@charset "UTF-8";
/* CSS Document */

#horizon {
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -300px;
	text-align: center;
	min-width: 900px;
}
#wrapper {
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 900px;
	height: 550px;
}

body {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}