body {
	font-family: Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: 10pt;
	color: white;
	background-color:#080000;
	margin: 0px;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	display: block;
}

#content {
	color: #bc5657;
	background-color: #080000;
	margin-left: -360px;
	position: absolute;
	top: -240px;
	left: 50%;
	width: 720px;
	height: 480px;
	visibility: visible;
}

img {
	border: 0;
}