html, body {
	padding:0 0 50px 0;
	margin:0;
	font-family:Century Gothic, Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size:10px;
	background:#090909;
	color:#555;
	min-width: 1000px;
}

a:link, a:hover, a:visited {
	text-decoration:none;
	color: #FF2140;
}

p {
	line-height: 2em;
}

#content {
	position:relative;
	width:960px;
	padding:30px 0 0 0;
	margin:0 auto;
	font-size:1.3em;
	text-align:center;
	background: url(../img/bg.jpg)
	line-height:200%
}

#content p {
	padding:0 0 15px 0;

}

#header {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:50px 0 18px 0;
	text-align: center;
	background:url(../img/header.jpg) bottom center no-repeat;
}

#footer {
	clear:both;
	height:100px;
	background: url(../img/footer.jpg) top center no-repeat;
}

#backhome {
	text-indent: -9999px;
	display: block;
	margin:0 auto;
	padding: 20px 0;
	width: 200px;
	height: 50px;
	background: url(../img/backhome.png) top no-repeat;
}

#backhome:hover {
	background: url(../img/backhomeon.png) no-repeat;
}

