html, body {
	margin: auto;
	padding: 0px;
	background-color: #000000;
}

a:hover {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
#wrapper {
	width: 100%;
	height: 100% !important;
	min-height: 100%;
	margin: 0 auto;
	background-color: #1A1A1A;
}
/*-----------------------------------------*/
/*------------- Header --------------------*/
/*-----------------------------------------*/
#header {
	width: 977px;
	height: 304px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}
#header h1 a {
	text-indent: -9999px;
	background: url(../img/header.jpg) no-repeat top center;
	text-decoration: none;
	outline: none;
	display: block;
	height:304px;
	width: 977px;
}
/*-----------------------------------------*/
/*------------- Content -------------------*/
/*-----------------------------------------*/
#content {
	width: 977px;
	margin: 0 auto;
	background: #FFF;
}
#content h2 {
	font-size: 30px;
	text-align: center;
	color: #abbbb7;
	margin-top: 0px;
	font-family: myriad pro, arial, sans-serif;
}
.left {
	width: 470px;
	float: left;
	border-right: 1px solid #abbbb7;
	margin: 0px;
	padding:0px;
	height: 250px;
}
#content img {
	margin: 5px 0px 0px 5px;
}
.right {
	width: 460px;
	float: left;
	margin: 0px;
	padding: 0px;
	height: 250px;
}
.buttonsl {
	width: 190px;
	margin: 0 auto;
	padding: 0px;
}
.buttonsr {
	width: 330px;
	margin: 0 auto;
	padding: 0px;
}
/*-----------------------------------------*/
/*------------- Footer --------------------*/
/*-----------------------------------------*/
#footer {
	width: 977px;
	margin: 40px auto 0px auto;
	height: 150px;
	background: url(../img/footer.jpg) no-repeat bottom center;
}
#footer p {
	text-align: center;
	margin-top: 30px;
	font-size: 15px;
	color: #abbbb7;
}
#footer img {
	margin: 0 auto;
	clear: both;
}
.logo {
	width: 141px;
	margin: 0 auto;
	padding: 0px;
}