body
{ 
	background-image: url('bg.jpg');
	background-repeat: repeat-x;
	background-color: #6f6f6f;
}

#image {
	position: absolute;
	margin-left: -295px;
	top: -60px;
	left: 50%;
	width: 590px;
	height: 120px;
}

#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}


