body {
	background: #666;
	text-align: center;
}

 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -240px;
   text-align: center;
   min-width: 780px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	width: 760px;
	height: 480px;
	margin: 0 auto;
}

#footer {
	color: #CCC;
	font: 9px Verdana, Arial, Helvetica, sans-serif;
}

#footer a:link, #footer a:visited, #footer a:active {
	color: #CCC;
	text-decoration: none;
}

#footer a:hover {
	color: #CCC;
	text-decoration: underline;
}
