html
{
	margin:0;
	padding:0;
}

body
{
	margin: 10;
	background-color: #fff;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

img 
{
	border: 0;
	outline: none;
}

a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/

#horizon
{
	background-color: transparent;
	position: absolute;	
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -275px;
	text-align: center;
	min-width: 800px;
}

#wrapper
{
	background-color: transparent;
	position: relative;
	text-align: left;
	width: 800px;
	height: 550px;
	margin: 0px auto;
}

#information
{
	position: absolute;
	display: none;
	height: 0;
}

#information p
{
	text-align: left;
	padding-right: 15px;
	
}

#information div.col
{
	float: left;
	width: 33%;
}

span.left {
position: absolute;
left: 0;
}
span.right {
position: absolute;
right: 0;
padding-top: 20px;
padding-right: 10px;
}
div.line {
position: relative;
text-align: center;
width: 100%;
}

p, h1
{
	text-align: center; 
}

p 
{
	padding: 0;
	padding-bottom: 5px;
	margin: 0;
}

a
{
	font-size: 12px;
	text-decoration: underline;
	color: #000;
}
