body {
	background: #ffffff;
	font: 1em Arial, Helvetica, sans-serif;
	color: #000000;
	margin: 0;
	padding: 0;
}

html {font-size: 100%; height: 100%; margin: 0; padding: 0;}

h1 {
	position: absolute;
	top: 20em;
	right: 7em;
	font-size: 1.2em;
}

#container {
	position: relative;
	width: 65em;
	margin: 0 auto 0 auto;
}

#eye {
	position: absolute;
	top: 1em;
	left: 0;
}

#footer {
	position: absolute;
	top: 32.5em;
	right: 10em;
	font-size: 0.7em;
}

#contact {
	position: absolute;
	top: 29em;
	right: 18em;
	font-size: 0.9em;
}

#contact a {color: #000000;}
#contact a:hover {color: #c0c0c0;}
