 /* 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: -50px;
	text-align: center;
	min-width: 900px; 
 }
 /* end IE 5 hack */ 
			 
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: center;
	width: 900px;
	height: 80px;
	margin: 0px auto;
}

a {
	text-decoration: none;
	color:black;
	display:block;
	width:100%;
}

a:link {}
a:visited {}
a:active {}

a:hover {
	background-color: black;
	text-decoration: none;
}

body {
	font: 10px "tebuchet ms",verdana,sans-serif;
}
