@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
}

#horizon        
{
	text-align: center;
	position: absolute;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	background-color: #000000;;
	}
	
#content    
	{
	width: 609px;
	height: 625px;
	margin-left: -304px;
	position: absolute;
	left: 50%;
	visibility: visible
	}
	

