@charset "utf-8";
#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}

#content {
	margin-left: -450px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 900px;
	height: 500px;
}
body {
	background-color: #000;
}
#horizonE {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
}
#contentE {
	margin-left: -567px;
	position: absolute;
	top: -283px;
	left: 50%;
	width: 1134px;
	height: 567px;
}

