body 
	{
	color: #fff;
	background-color: #40332A;
	margin: 0px;
	padding: 0px;
	}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 49.999%;
	left: 0px;
	width: 99.999%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	background-color:#40332A;
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	
	margin-left: -500px; /* half width */
	width: 1000px;
	
	top: -310px; /* half height */
	height: 620px;
		
	position: absolute;
	left: 49.999%;
	visibility: visible;
	background-color:40332A;
	}
.bodytext 
	{
	font-size: 14px;
	}
a:link, a:visited 
	{
	color: #779DBF;
	text-decoration: none;
	}
a:hover 
	{
	color: #ff891d;
	text-decoration: none;
	}

h1 {font-size: 18px;}
