body, html {
	background: #333;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #999;
}

#horizon {
	text-align: center;
	position: absolute;
	top: 25%;
	left: 0px;
	width: 100%;
	overflow: visible;
}

#container {
	position: absolute;
	text-align: center;;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}