body { margin:0; padding:0; }

a         {color: #CFB999; text-decoration: none;}
a:visited {color: #CFB999; text-decoration: none;}
a:hover   {color: #B20000; text-decoration: none;}
a:active  {color: #B20000; text-decoration: none;}

#header_container { 
	background: linear-gradient(rgba(38, 38, 38, 0.95), rgba(36, 36, 36, 0.95)) repeat scroll 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0 3px #000000, 0 3px 6px rgba(0, 0, 0, 0.6);
	width:100%;
	height:80px; 
	top:0; left:0;
	position:fixed;
}
#header {
	background: url('../images/logo.png') no-repeat left center;
	line-height:80px;
	width:980px;
	height:80px;
	margin:0 auto;
	z-index:100;
}

#container { margin:0 auto; overflow:auto; padding:100px 0; width:980px; text-align:center; }
#content { }

#footer_container { 
	background: linear-gradient(rgba(18, 18, 18, 0.95), rgba(16, 16, 16, 0.95)) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-top:3px solid #000;
  width:100%;
  height:40px;
  bottom:0; left:0;
  position:fixed;
}
#footer {
	line-height:40px;
	margin:0 auto;
	width:980px;
	text-align:center;
	font-family:'Lucida Grande', Verdana, Arial, sans-serif;
	font-size:0.6em;
	color:#7E7E7E;
}