body {
	color: white;
	background-color: #2C3B66;
	margin: 0;
	padding: 0;
	font-family: Verdana, Geneva, Arial, sans-serif;	
	font-size: 76%;
	}


/* 
www.wpdfd.com/editorial/thebox/deadcentre4.html
*/
#horizon        
	{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	margin-left: -250px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 500px;
	height: 500px;
	visibility: visible
	}
	
h1 {
	padding: 0;
	margin: 0;
	font-size: 1em;
}

h1#title span {
 display: block;
 width: 500px;
 height: 500px;
 background: url(logo.jpg) no-repeat;
 position: relative;
}

h1#title span span {
	display: none;
}