/***************************************************
	HTML Element Styles
 ***************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #ffffff;
}

/***************************************************
	General Styles
 ***************************************************/

#horizon {
	display: block;
	position: center;
	top: 0px;
	left: 0px;
	width: 900px;
	height: 500px;
	overflow: hidden;	
}
