* {
margin: 0;
padding: 0; }

body {
	background-color: #86bce9;
	color:inherit;
	text-align: center; }

#horizon {
	top: 50%;
	left: 0px;
	width: 100%;
	position: absolute;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; }

#wrapper {
	width:  900px;
	height: 400px;
	margin: 0px auto;
	text-align: left;
	position: relative;
	background-color: #ffffff; }
