/* =Global
------------------------------------------------------------*/

/* Global Reset */
* {
	margin: 0;
	padding: 0;
}

/* Global Styles */
body {
	background: #222222;
	font-size: 62.5%; /* Sets 10px to 1em */
	font-family: Helvetica, Arial, sans-serif;
}

a:link, a:visited {}
a:hover {}


/* =Layout
------------------------------------------------------------*/

#horizon { /* Position vertical */
	position: absolute;
	top: 50%;
	left: 0px;
	display: block
	visibility: visible;
	overflow: visible;
	width: 100%;
	height: 1px;
	text-align: center;
	background-color: transparent;
}

#content  { /* Position horizontal */
	margin-left: -113px; /* half image width */
	position: absolute;
	top: -46px; /* half image heigh */
	left: 50%;
	width: 226px;
	height: 92px;
	visibility: visible
}

