#main_container{
  

  position: relative;
  top: 0px;
  left: 0px;
  z-index: 1;
  margin-left:auto;
  margin-right:auto;
  width:955px;
 }
 
#content{
  
  position: relative;
  z-index: 12;
    margin-left:auto;
  margin-right:auto;

 
}

#header{
  
  position: absolute;
  top: 100px;
  left: 0px;
  z-index: 2;
 
}



#footer {
  
  position: absolute;
  top: 625px;
  left: 180px;
  width: 500px;
 z-index: 2;
 
}





body {
	background-color:#3d3d3d;
	font-family: tahoma, verdana;
	font-size:11px;
	font-weight: normal;
	color:#000000;
	text-align:center;
	
}

a:link {
	font-family: tahoma, verdana;
	font-size:12px;
	font-weight: normal;
	color:#B65842;
	text-decoration:none;
}

a:visited {
	font-family: tahoma, verdana;
	font-size:12px;
	font-weight: normal;
	color:#B65842;
	text-decoration:none;
}
a:hover {
	font-family: tahoma, verdana;
	font-size:12px;
	font-weight: normal;
	color:#B65842;
	text-decoration:none;

}



