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

body
{
	text-align: center;
}

#container {
	background-color: transparent;
	position: absolute;
	top: 35%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 1250px; 
}

#horizon {
	position: relative;
	text-align: left;
	width: 1250px;
	height: 570px;
	margin: 0px auto;


}