html,body
{
	margin: 0;
	padding: 0;
	background-color: #ff0000;
}

/* 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: -290px;
	text-align: center;
	min-width: 960px;
}

/* end IE 5 hack */

#wrapper
{
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 960px;
	height: 581px;
	margin: 0px auto;
}

#links
{
	text-align: center; 
}

#links a
{
	font-size: 12px;
	font-family: Times, serif;
	text-decoration: none;
	color: #FFF;
}

