@charset "utf-8";
/* CSS Document */

body 	
{	
margin: 0px;
background:#000000
} 

#horizon        	
{	
text-align: center;	
position: absolute;	
top: 50%;	
left: 0px;	
width: 100%;	
height: 1px;	
overflow: visible;	
visibility: visible;	
display: block	
} 

#content    	
{	
position: absolute;	
left: 50%;	
width: 1200px; /* Overall width of div */	
height: 550px; /* Overall height of div */	
top: -275px; /* half of the overall height */        
margin-left: -600px; /* half of the overall width */        
visibility: visible	}
