<style type="text/css" media="screen"> 
<!-- 
        html, body{ 
            padding:0; 
            margin:0; 
            height:99%; 
            width:100%
			} 
			
		body{ 
            color: black;
			background: #000000
            } 

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

		#content    
			{
			font-family: Verdana, Geneva, Arial, sans-serif;
			background-color: #000000;
			margin-left: -400px;
			position: absolute;
			top: -300px;
			left: 50%;
			width: 800px;
			height: 600px;
			visibility: visible
			}
			
			a:link {color:#999; text-decoration:none}
			a:visited {color:#999; text-decoration:none}
			a:active {color:#999; text-decoration:none}
			a:hover {color:red; text-decoration:none}

		#copyright {
				position:absolute; 
				right:10px;
				top:98%;
				background: #000000;
				font-family: Helvetica, Arial, Verdana, sans-serif;
				font-size: 7pt;
			}
		-->
		</style>