/*--------------------------------------------*/
/* ----- Auther: GBIS - greatbasin.com -------*/
/* ----- Developer: xareon@landsofblight.com -*/
/*------ Title: Before The Fire ---------------*/
/*--------------------------------------------*/

* {
  padding: 0;
  margin: 0;
}
body {
  color: #FFFFFF;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  text-align: center;
}
#container{
  height: 700px;
  width: 800px;
  background: #B70000;
}
#header {
  v-align: top;
  width: 800px;
  height: 63px;
  text-align: left;
  line-height: 63px;
  padding-left: 26px;
  font-size: 28px;
}
#body {
  height: 602px;
  width: 800px;
  background: #FFF;
  color: #000;
  font-size: 12px;
}
#body p {
  padding: 5px;
}
#footer {
  v-align: bottom;
  width: 800px;
  height: 35px;
  color: #FFFFFF;
}
#footer a{color: #FFFFFF;}
#footer a:visited{color: #FFFFFF;}
#footer a:active{color: #FFFFFF;}
#footer a:hover{color: #FFFFFF;}
#firezones {
  width: 700px;
  height: 573px;
  margin: 0 auto;
  background: #FFF url('./images/firezones.jpg') 0px 0px no-repeat;
}
#firezones a #accesszone {
  height: 102px;
  left: 123px;
  position: absolute;
  top: 511px;
  width: 151px;
  
}
#firezones a #defensablespacezone {
  height: 148px;
  left: 512px;
  position: absolute;
  top: 99px;
  width: 153px;
 
}
#firezones a #communityprotection {
  height: 117px;
  left: 134px;
  position: absolute;
  top: 124px;
  width: 151px;
  
}
#firezones a #builtzone {
  height: 134px;
  left: 511px;
  position: absolute;
  top: 476px;
  width: 154px;

}

#firezones a #evacuation {
  height: 102px;
  left: 317px;
  position: absolute;
  top: 539px;
  width: 151px;
  
}

