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

* {
	padding: 0;
	margin: 0;
}

body {
	background-color: #333333;
}

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

#horizon {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;	
}

#container {
	position: absolute;
	top: 285px;
	left: 167px;
	width: 1px;
	height: 1px;
	display: inline;
}

#center {
	position: absolute;
	left: -320px;
	top: -90px;	
	width: 680px;
	height: 299px;
}

#left {
	position: absolute;
	left: 100px;
	top: 50px;	
	width: 680px;
	height: 299px;
}
