/*--------------------------------------------*/
/* ----- 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;
}
#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: 10px;
}
#body p {
  padding: 5px;
}
#footer {
  v-align: bottom;
  width: 800px;
  height: 35px;
}
#footer a{color: #FFFFFF;}
#footer a:visited{color: #FFFFFF;}
#footer a:active{color: #FFFFFF;}
#footer a:hover{color: #FFFFFF;}
#boxes {
  width: 800px;
  height: 502px;
  margin: 0 auto;
  background: #FFF url('images/background.jpg') 0px 0px no-repeat;
}
#boxes a #backbutton {
  height: 23px;
  width: 76px;
  position: absolute;
  background: url('../images/back.gif') no-repeat;
  top: 70px;
  left: 715px;
}
.contentimage {
  float: right;
  display: inline;
  margin: 5px;
}
.contentimagediv {
  float: right;
  display: inline;
  margin: 5px;
}
.contentimagediv img {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.contentimagediv span {
  v-align: bottom;
  display: block;
  margin: 0px;
  font-size: 10px;
}
.contentbox {
  width: 638px;
  height: 466px;
  top: 50px;
  left: 80px;
  position: absolute;
  visibility: hidden;
  background: transparent url('images/contentbox.png') no-repeat;
}
.contentbox .middle .content {
  width: 600px;
  height: 100%;
  margin: 0px 18px 0px 19px;
  overflow: auto; 
  scrollbar-base-color: #000000; 
  scrollbar-face-color: #0C572C; 
  scrollbar-track-color: #0C572C; 
  scrollbar-arrow-color: #000000;
  scrollbar-highlight-color: #0C572C; 
  scrollbar-3dlight-color: #000000; 
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  font-size: 11pt;
  text-align: left;
  color: #EEE;
}
.contentbox .top {
  width: 638px;
  height: 25px;
  v-align: top;
  margin: 0px;
}
.contentbox .middle {
  width: 638px;
  height: 435px;
}
.contentbox .bottom {
  width: 638px;
  height: 4px;
  margin: 0px;
}
.contentbox a .exit {
  height: 10px;
    left: 616px;
    position: absolute;
    top: 6px;
    width: 10px;
}
#boxes a #ventslink {
  height: 23px;
  left: 134px;
  position: absolute;
  top: 458px;
  width: 98px;
  
}
#boxes a #exteriorsidinglink {
  height: 23px;
  left: 24px;
  position: absolute;
  top: 268px;
  width: 110px;
  
}
#boxes a #eaveslink {
  height: 23px;
  left: 63px;
  position: absolute;
  top: 194px;
  width: 97px;
  
}
#boxes a #chimneylink {
  height: 23px;
  left: 344px;
  position: absolute;
  top: 134px;
  width: 94px;
  
}
#boxes a #raingutterlink {
  height: 23px;
  left: 274px;
  position: absolute;
  top: 509px;
  width: 96px;
  
}
#boxes a #rooflink {
  height: 23px;
  left: 556px;
  position: absolute;
  top: 137px;
  width: 97px;
  
}
#boxes a #firewoodlink {
  height: 23px;
  left: 640px;
  position: absolute;
  top: 236px;
  width: 95px;
  
}
#boxes a #flammableitemslink {
  height: 24px;
  left: 504px;
  position: absolute;
  top: 476px;
  width: 125px;
  
}
#boxes a #windowslink {
  height: 23px;
  left: 27px;
  position: absolute;
  top: 395px;
  width: 157px;
  
}
#boxes a #deckslink {
  height: 23px;
  left: 686px;
  position: absolute;
  top: 394px;
  width: 94px;
  
}



