* {
	padding: 0;
	margin: 0;
}
body {	
	background: #000;
}
object {	
	display: block;
}
#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -280px;
	text-align: center;
	width: 100%; 
}

#container {
	position: relative;
	text-align: left;
	width: 747px;
	height: 560px;
	background: #ffffff;
	margin: 0px auto;
}