/* CSS Document */
body {
	margin:0px;
	padding:0px;
	background:url(../images/main-bg.jpg) repeat left top;
	}
div, table, tr, td, a, form, input {
	margin:0px;
	padding:0px;
	}
	
#horizon {
text-align: center;
position: absolute;
top: 50%;
left: 0px;
width: 100%;
height: 1px;
overflow: visible;
visibility: visible;
display: block
}

#content {
margin-left: -125px;
position: absolute;
top: -35px;
left: 50%;
width: 250px;
height: 70px;
visibility: visible
}