body {
	background-color: #EEE;
}

img {
	border: 0px;
}

h1 {
	font-family: Arial;
	font-size: 1.5em;
}

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

#content {
	position: relative;
	text-align: center;
	width: 350px;
	height: 300px;
	margin: 0px auto;
	}

