@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #000000;
	background-image: url(images/hah_bg.jpg);
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	display: block;
	}
	
#content    
	{
	width: 920px;
	height: 645px;
	margin-left: -460px;
	position: absolute;
	top: -323px;
	left: 50%;
	visibility: visible
	}
	
