@charset "UTF-8";
/* CSS Document */

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #000;
	margin-left: -512px;
	position: absolute;
	top: -348px;
	left: 50%;
	width: 1024px;
	height: 768px;
	visibility: visible
	}
 
.bodytext 
	{
	font-size: 14px
	}

a:link, a:visited 
	{
	color: #999;
	text-decoration: none
	}
 
a:hover 
	{
	color: #fff;
	text-decoration: none
	}