body 
	{
	color: white;
	background-color: #ffffff;
	margin: 10px
	}

#horizon        
	{
	color: white;
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	background-color: transparent;
	margin-left: -450px;
	position: absolute;
	top: -295px;
	left: 50%;
	width: 900px;
	height: 600px;
	visibility: visible
	}