html, body{
	height: 100%;
}
body{
	margin: 0;
	padding: 0;
	font-family: Arial, Verdana, Tahoma, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #000000;
	background-color: #620108;
}
.hidden{
	position: absolute;
	top: 0;
	left: -20000px;
}
div{
	text-align: left;
}
div.clear-float{
	width: 100%;
	clear: left;
}
div#content{
	position: relative;
	margin: auto;
	width: 960px;
	height: 1068px;
	padding: 0;
	background: transparent url('../images/content.jpg') no-repeat top left;
	border: 5px solid #000000;
}
h1{
	position: absolute;
	top: 16px;
	left: 20px;
	width: 192px;
	height: 114px;
	background: transparent url('../images/h1.gif') no-repeat top left;
}
h2{
	position: absolute;
	top: 169px;
	left: 476px;
	width: 328px;
	height: 23px;
	background: transparent url('../images/h2.gif') no-repeat top left;
}
h2#faqs{
	left: 578px;
	width: 77px;
	height: 26px;
	background: transparent url('../images/h2-faqs.gif') no-repeat top left;	
}
div#faqs-text h3{
	margin-bottom: 0;
	padding-bottom: 0;	
}
div#faqs-text p{
	margin-top: 0;
}
div.text{
	position: absolute;
	top: 220px;
	left: 428px;
	width: 442px;
	height: 596px;
	overflow: auto;	
}
div.facebook{
	position: absolute;
	top: 718px;
	left: 16px;
	width: 332px;
	height: 309px;
	overflow: hidden;
	border: none;
	background: #FFFFFF;
}
ol{
	font-size: 1.2em;
	width: 360px;
	padding: 0 0 0 30px;
	margin: 0 0 0 0;
}
ol ol{
	font-size: 1em;
	list-style-type: lower-latin;
}
p{
	font-size: 1.2em;
	width: 380px;
	margin-bottom: 10px;
}
#legal{
	color: #fff;
	font-size: 1.2em;
	position: absolute;
	bottom: 2px;
	left: 437px;
}
div#footer{
	position: relative;
	margin: auto;
	width: 960px;
	height: 100px;
	padding: 0;	
	font-size: 1.2em;
}
div#footer ul{
	margin: 8px 0 0 0;
	padding: 0;
	list-style-type: none;
}
div#footer ul li{
	display: inline;
	border-left: 1px solid #FFFFFF;
	padding: 0 10px 0 10px;
}
div#footer ul li#first{
	border-left: none;
	padding-left: 0;
}
div#footer a{
	color: #FFFFFF;
	text-decoration: none;
}
div#footer a:hover{	
	text-decoration: underline;
}