@media all
	{
		body, html
			{
				margin: 0px;
				padding: 0px;
				font-size: 12px;
				background-color: #ffe4a0;
			}
		body
			{
				color: #000000;
				font-family: sans-serif;
				text-align: center;
			}
		h1
			{
				background-image: url('../images/header_gp.gif');
				height: 600px;
				width: 800px;
				background-repeat: no-repeat;
				background-attachment:fixed;
				background-position:center; 
			}
		#title
			{
				visibility: hidden;
			}
		a:link
			{	
				color: #000000;
				font-weight: lighter;
			}
		#contact
			{
				position:relative;
				top:-50px;
				text-align: center;
				min-width:800px;
			}
		img
			{
				margin: auto;
				border: 0px;
			}
	}
@media print
	{
		body
			{
				background: #ffffff;
				color: #000000;
			}
		h1
			{
				text-align: center;
			}
		a:link
			{	
				color: #000000;
				font-weight: bold;
			}
		#email
			{
				text-align: center;
			}
	}