/*--------------------------------------------*/
/* ----- 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: #F4A655;
}
#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: 10px;
}
.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: 360px;
  height: 300px;
  top: 164px;
  left: 220px;
  position: absolute;
  visibility: hidden;
  background: transparent url('./images/contentbox.jpg') no-repeat;
}
.contentbox .middle .content {
  width: 353px;
  height: 100%;
  margin: 0px 3px 0px 4px;
  overflow: auto; 
  scrollbar-base-color: #000000; 
  scrollbar-face-color: #764618; 
  scrollbar-track-color: #764618; 
  scrollbar-arrow-color: #000000;
  scrollbar-highlight-color: #764618; 
  scrollbar-3dlight-color: #000000; 
  scrollbar-shadow-color: #000000;
  scrollbar-darkshadow-color: #000000;
  font-size: 11pt;
  text-align: left;
  color: #EEE;
}
.contentbox .top {
  width: 360px;
  height: 16px;
  v-align: top;
  margin: 0px;
}
.contentbox .middle {
  width: 360px;
  height: 280px;
}
.contentbox .bottom {
  width: 360px;
  height: 4px;
  margin: 0px;
}
.contentbox a .exit {
  width: 10px;
  height: 10px;
  top: 4px;
  left: 346px;
  position: absolute;
}
#boxes a #ventslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 423px;
  left: 54px;
}
#boxes a #exteriorsidinglink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 311px;
  left: 8px;
}
#boxes a #eaveslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 203px;
  left: 25px;
}
#boxes a #chimneylink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 125px;
  left: 119px;
}
#boxes a #raingutterlink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 88px;
  left: 261px;
}
#boxes a #rooflink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 87px;
  left: 463px;
}
#boxes a #firewoodlink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 91px;
  left: 649px;
}
#boxes a #flammableitemslink {
  height: 40px;
  width: 110px;
  position: absolute;
  top: 135px;
  left: 651px;
}
#boxes a #windowslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 243px;
  left: 660px;
}
#boxes a #deckslink {
  height: 23px;
  width: 110px;
  position: absolute;
  top: 415px;
  left: 619px;
}
