/* CSS Stylesheet for Affinity landing page
September 2010, Ben Blissett */

body {
	text-align: center;
	color: #FFF;
	background: #000;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}

#container {
	border: 0px;
	border-left-width: 0px;
	border-top-width: 0px;
	color: inherit;
	margin: auto;
	padding: 5px;
	text-align: center;
	width: 98%;
	background: #000;
}

#content {
	background: #333;
	padding-bottom: 5px;
}

h1 {
	font:Tahoma, sans-serif;
	font-size:30px;
	font-weight:bold;
}

div.hr {
	height: 1px;
	background: #fff url(hr1.gif) no-repeat scroll center;
}

div.hr hr {
	display: none;
}

a:link {
	color: #ff9900;
	text-decoration: underline;
}

a:visited {
	color: #ff9900;
}

a:hover {
	color: #cccccc;
	text-decoration: none;
}

a:active {
	color: #AAFF15;
}

.style1 {
	color: #999;
}

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

#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
