body
	{
	color: white;
	background-color: #0065a6;
	margin: 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;

	}

#horizon
	{
	color: white;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content
	{
	background-image:url(images/BackShadowBig.png);
	background-repeat:no-repeat;
	font-family: Verdana, Geneva, Arial, sans-serif;

	margin-left: -570px;
	position: absolute;
	top: -370px;
	left: 50%;
	width: 1140px;
	height: 740px;
	visibility: visible;
	padding-top: 20px;
	}


a:link, a:visited
	{
	color: #FFCB00;
	text-decoration: underline;
	font-weight: bold;
	}
