@charset "utf-8";
/* CSS Document */

body {
	background-color: #000000;
}

#horizon{
position: absolute;
top: 0px;
right:0px;
left:0px;
height:100%;
}

#center{
position:relative; 
margin: 0 auto; 
width:800px;
height:500px;  
top:50px;
background-image:url(images/bg.jpg);
}
