/* CSS Document */

body {margin:0px;
	padding:0px;
	background-color:#000000;
	background-image:url(images/bg.gif);
	background-repeat:repeat-x;
	background-position:top;
	}

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

#content    
	{
	margin-left: -480px;
	position: absolute;
	top: -320px;
	left: 50%;
	width: 960px;
	height: 640px;
	visibility: visible;
	}

#root{
	width:960px;
	height:640px;
	}
