/* CSS Document */

body {
background: url(images/black_bg2.jpg) repeat;
margin:0px;
}

.bodytext p {
font-size:13px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#333;
margin-top:20px;
margin-bottom:18px;
}

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

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -480px;
	position: absolute;
	top: -320px;
	left: 50%;
	width:960px;
	height: 600px;
	visibility: visible;
	border-top:1px solid #666;
	border-left:1px solid #666;
	padding-left:2px;
	padding-top:2px;
	}