 /* 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;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	margin-top: 0px;
	text-align: center;
	min-width: 1007px;
	height: 814px;
}
 /* end IE 5 hack */ 

#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 1007px;
	height: 380px;
	margin: 0px auto;
	}

