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

p,h1,h2,h3,h4,div,ul,ol,li,pre,blockquote{
	margin:0;
	padding:0;
}

#horizon        
	{
	color: white;
	background-color: #fff;
	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: 800px; /* Overall width of div */
	height: 650px; /* Overall height of div */
	top: -325px; /* half of the overall height */
    margin-left: -400px; /* half of the overall width */
    visibility: visible
	}

body{
	background-color:#FFFFFF;
}
