@charset "UTF-8";
/* CSS Document */

#bg {
	height: 620px;
	width: 980px;
}

#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -310px;
	text-align: center;
	min-width: 980px; 
}
#wrapper {
	background-color: #000;
	position: relative;
	text-align: left;
	width: 980px;
	height: 620px;
	margin: 0px auto;
	}
	
	body {
		background-color: #000000;
		}	