body {
	margin:0px;
	padding:0px;
	font-family: Geneva, Verdana, Arial, Helvetica, Swiss, SunSans-Regular, sans-serif;
	color:#fff;
	background-color:#000000;
	}

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

#wrapper {
	margin: 0px auto;
	background-color: #000;
	position: relative;
	text-align: left;
	width: 600px;
	height: 300px;
	}

img { 
 border-style: none; 
 border-width: 0px; 
}
