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

html {
	height: 100%;
	padding-bottom: 1px; /* force scrollbars */
}
	* { font-family: Verdana, Arial, Helvetica, sans-serif; color: #666666; }
	BODY {
	background-image: url(../img/bg.jpg);
	background-color: #000;
	background-position:center;
	
	background-repeat:repeat-x;
	margin-top:0px;
	font-size:10px;
	}
	

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

#content    
	{
	margin-left: -267px;
	position: absolute;
	top: 240px;
	left: 50%;
	width: 534px;
	height: 150px;
	visibility: visible
	}

.bodytext 
	{
	font-size: 8px
	}



a:link, a:visited 
	{
	color: 999;
	text-decoration: underline;
	}

a:hover 
	{
	color: red;
	text-decoration: underline;
	}


