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

body {
	background-color: #000000;
	color: #FFFFFF;
	text-align:center;
}
#horizon	
	{
		text-align: center;
		position: absolute;
		top: 15%;
		left: 0;
		width: 100%;
		height: 1px;
		overflow: visible;
		visibility: visible;
		display: block;
	}
#page	
	{	
		position: absolute;
		top: -4em;
		left: 0%;
		width: 100%;
		visibility: visible;
	}
