body 
	{
	color: black;
	background-color: #000000;
	margin: 0px
	}

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -450px;
	position: absolute;
	top: -270px;
	left: 50%;
	width: 900px;
	height: 500px;
	visibility: visible;
	overflow: visible;
	}





