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

html, body { margin: 0; padding: 0; }

body { background: #000; font-family:Arial, Helvetica, sans-serif; }

img{ border: 0; }
a:link, a:visited { color: #ffffff; font-size: 14px; font-weight: bold; }

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

#content    
{
	margin-left: -360px;
	position: absolute;
	top: -150px;
	left: 50%;
	width: 720px;
	height: 300px;
	visibility: visible
}