 /* styles for IE 5 Mac */
 #horizon {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
 background-color: transparent;
   top: 50%;
   left: 0px;
   width: 100%;
   position: absolute;
   margin-top: -275px;
   min-width: 884px; 
 }
 /* end IE 5 hack */ 
	  
#wrapper {
	margin: 0px auto;
	background-color: #000;
	position: relative;
	width: 884px;
	height: 530px;
	}
