/*--------------------------------------------*/
/* ----- 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: 600px;
  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: 502px;
  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: 473px;
  margin: 0 auto;
  background: #FFF url('./images/firezones.jpg') 0px 0px no-repeat;
}
#firezones a #accesszone {
  height: 65px;
  width: 213px;
  position: absolute;
  top: 88px;
  left: 517px;
}
#firezones a #defensablespacezone {
  height: 79px;
  width: 215px;
  position: absolute;
  top: 466px;
  left: 465px;
}
#firezones a #interiorzone {
  height: 56px;
  width: 140px;
  position: absolute;
  top: 484px;
  left: 164px;
}
#firezones a #builtzone {
  height: 64px;
  width: 214px;
  position: absolute;
  top: 100px;
  left: 105px;
}
