/***************************************************
	HTML Element Styles
 ***************************************************/

* {
	padding: 0;
	margin: 0;
}

body {
	background: url('background.jpg') top left repeat-x #E20475;
}

/***************************************************
	General Styles
 ***************************************************/

#horizon {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 600px;
	margin-left: -450px;
	margin-top: -300px;
	overflow: hidden;	
}
