@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
	border:0;
}

body {
margin:0 auto;
text-align:center;
}

#horizon {
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block;
}

#container {
margin-left: -480px;
position: absolute;
top: -81px;
left: 50%;
width: 959px;
height: 161px;
visibility: visible;
}

#rotate-1,#rotate-2,#rotate-3,#rotate-4 {
	position:absolute;
	left:0;
	top:0;
}

#rotate-2,#rotate-3,#rotate-4 {
	display:none;
}
