@charset "UTF-8";
/* CSS Document */

html, body {
	
height: 100%; 
padding: 0; 
margin: 0; 
background-color: #333333;
background-image: url(img/back.jpg);
background-repeat: no-repeat;
background-position: center center;
	
}


#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -285px;
	text-align: center;
	min-width: 800px; 
	min-height: 570px;
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 800px;
	height: 570px;
	margin: 0px auto;
	border-width:10px;
	border-style:solid;
	border-color:#FFF;
	}
