/* CSS Document */
body 
	{
	color: white;
	background-color: #000D1C;
	margin: 0px
	}

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size:10px;
	background-image:url(./img/inbg.jpg);
	margin-left: -297px;
	position: absolute;
	top: -230px;
	left: 50%;
	width: 594px;
	height: 460px;
	visibility: visible
	}




a:link, a:visited 
	{
	color: #ffffff;
	text-decoration: none
	}

a:hover 
	{
	color:#10C1FF;
	text-decoration: none;
	}


