@charset "UTF-8";
/* Style Copyright 2009 Generation Church */
/* Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; } ol, ul { list-style: none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; } table { border-collapse: collapse; border-spacing: 0; }

/* Main */
html, body {
	background: #000000 url(bg.jpg) top center no-repeat;
	color: #ffffff;
	font: 14px Arial, Helvetica, sans-serif;
	min-height: 800px;
}
#page {
	width: 960px;
	margin: 0px auto;
}
#header {
	height: 150px;
	display: block;
}
#heroes-logo {
	float: left;
	background: url(heroes-logo.png) no-repeat;
	width: 285px;
	height: 91px;
	display: block;
	margin-top: 30px;
	text-indent: -5000px;
}
#gen-logo {
	float: right;
	background: url(gen-logo.png) no-repeat;
	width: 107px;
	height: 99px;
	display: block;
	margin-top: 25px;
	text-indent: -5000px;
}
#footer {
	height: 50px;
	width: 960px;
	display: block;
	margin-top: 30px;
}
#copyright {
	text-align: center;
	font-size: 9px;
	margin-top: 20px;
}
/* Other */
h2 { 
	font-size: 27px;
	margin: 20px 0 0 0;
	font-weight: 400;
}
li h2 {
	margin: 5px 0;
	margin-left: 150px;
}
h2 a {
	color: #ffffff;
	text-decoration: none;
}
h3 {
	font-size: 19px;
	font-weight: 300;
	text-align: right;
}
span.bold {
	font-weight: 600;
}
#tagline {
	margin-top: 100px;
}
#heroes-wrapper {
	width: 960px;
	height: 400px;
	display: block;
}
#heroes-text {
	width: 500px;
	margin-top: 25px;
	float: left;
}
#what-is-image {
	background: url(avhoyes.png) no-repeat;
	width: 342px;
	height: 344px;
	display: block;
	float: left;
}
ol {
	list-style-type: decimal;
	list-style-position: inside;
	}