@charset "UTF-8";
/* CSS Document */
html, body{
	margin:0;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	
}

body{
	background:#000 url(../images/shadow-background.png) center top no-repeat;


}



#container{
	width:960px;
	margin:0 auto;

}


#header{
	height:95px;
	background:#000;
	color:#fff;
	position:relative;
	clear:both;
	
}
#header .header-image{
	margin:20px 0 0 50px;	
	padding:20px 0 0 0;
	float:left;
	background:url(../images/logos/nav_logo.png) 0 0 no-repeat;
	height:90px;
	width:178px;
	cursor:pointer;
}

#header .top-buttons{
	position:absolute;
	top:10px;
	right:45px;
	
}



#footer{
	margin:30px 0 0 0;
	height:550px;
	width:100%;
}
#footer .footer-inner{
	/*background:#000;*/
	padding:0 0 30px 0;
	margin:0 auto;
	width:960px;
	
}


#footer .bottom-footer-links{
	margin:-110px auto;	
	width:960px;
	text-align:center;
	
}