/* Copyright (c) 2010 www.madesimplemedia.co.uk */
html, body {height: 100%;}
* {margin: 0; padding: 0; outline: 0}
body {background: url(body.jpg) left top no-repeat #000; font: 13px Arial, Helvetica, sans-serif; color: #ddd; text-align: left}
a img {border: 0}

p {margin: 5px 5px 15px 5px; line-height: 1.5}

a {color: #7891f3; text-decoration: none; font-weight: bold}
a:hover {color: #fff}

#horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
 
#content {
	position: absolute;
	left: 50%;
	width: 420px; /* Overall width of div */
	height: 220px; /* Overall height of div */
	top: -110px; /* half of the overall height */
	margin-left: -210px; /* half of the overall width */
	visibility: visible;
}

