/*--------------------------------------------*/
/* ----- 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;
}
a {
	color: #B70000;
  text-decoration: none;
}
a:hover {
  color: #FFF;
}

#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: 20px;
}
#body {
  height: 502px;
  width: 800px;
  background: #FFF url('./images/background.jpg') no-repeat fixed 0px 63px;
  color: #000;
  font-size: 12px;
  position: relative;
  overflow: auto;
}
* html #body {
  background: #FFF url('./images/background.jpg') no-repeat fixed 0px 0px;
}
.contentimagediv {
  float: left;
  display: inline;
  margin: 15px;
}
.contentimagediv img {
  width: 100%;
}
.contentimagediv span {
  v-align: bottom;
  display: block;
  font-size: 9px;
  position: relative;
}
#body #content .item {
  width: 750px;
  margin: 50px auto 0px auto;
	text-align: left;
  position: relative;
	overflow: hidden;
}
#body #content .item a {
	position: absolute;
	top: 0px;
	right: 0px;
	font-weight: bold;
}
#body #content .item ul {
  margin-left: 10px;
}
#body #content .item li {
  margin: 20px;
}
#body #content .item .questions {
  width: 450px;
  height: 75px;
  text-align:left;
  left: 0px;
  top: 0px;
  position: absolute;
}
#body #content .item .question {
  padding-left: 20px;
  font-size: 14px;
  line-height: 25px;
  height: 25px;
  margin: 10px auto;
  display: block;
  font-weight: bold;
  position: relative;
}
#body #content .item h1 {
  font-weight: bold;
  font-size: 14px;
  padding: 10px;
}
#body #content .item p {
  font-weight: bold;
  font-size: 13px;
	padding: 10px;
}
#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;}
