/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: #000000;
}
 /* 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: -300px;
   text-align: center;
   min-width: 748px; 
   min-height: 600px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	position: relative;
	text-align: center;
	width: 748px;
	height: 600px;
	margin: 0px auto;
	}
