BODY
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background-position: center center;
	background-repeat: repeat-y;
	background-color: #000000;
	color: #444444;
}
#horizon
{
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
	border: 0px solid green;
}
#content
{
	width: 720px;
	height: 500px;
	margin-left: -360px;
	position: absolute;
	left: 50%;
	top: -250px;
	visibility: visible;
	border: 0px solid green;
}
.bodytext
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-align: justify;
	line-height: 1.4;
	color: #444444;
	font-size: 14px;
	background-color: #000000;
}

