body {
background-image:url(../images/homeBG.jpg);
background-repeat:no-repeat;
background-color:#000000;
background-position:top center;
}

#wrapper {
width:990px;
height:100px;
margin:0 auto;
}

#header{
width:990px;
height:150px;
}

#content {
width: 990px;
height: 585px;
}

#navigation{
width:450px;
height:91px;
float:right;
padding-top: 43px;
padding-right: 60px; 
}

#logo {
float: left;
}

#footer {
margin-top:35px;
width:990px;
height:40px;
}

/* puts the social links under the nav at the top:
#social {
	position: absolute;
	top: 120px;
	padding-left: 470px;
	padding-top: 0 !important;
}
*/

#social {
	width: 500px;
	margin: 0 auto;
}

#social a {
	float: left;
	background-image: url('../images/social.png');
	width: 100px;
	height: 30px;
	text-indent: -9999px;
}

#social a.twitter {
	background-position: 0 -40px;
	width: 160px;
}

#social a.twitter:hover {
	background-position: 0 -2px;
}

#social a.facebook {
	background-position: -160px -40px;
	width: 120px;
}

#social a.facebook:hover {
	background-position: -160px -2px;
}

#social a.newsletter {
	background-position: -280px -40px;
	width: 190px;
}

#social a.newsletter:hover {
	background-position: -280px -2px;
}

.copyright {
	color: #cc0000;
	font-family: Arial, sans-serif;
	font-size: 0.7em;
	text-align: center;
	padding-bottom: 100px;
}

