body{
    background-color:#000000;
	margin:0px;
}
#horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	/*display: block*/
	display: none
}
#stage{
	margin-left: -431px;
	position: absolute;
	top: -265px;
	left: 50%;
	width: 902px;
	height: 530px;
	overflow:hidden;
	visibility: visible;
		display: none
}
