html, body {
  background: #000 url(space.png) bottom left repeat;
  height: 100%;
  color: #e4e2d9;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 11px;
}

.desertFrame {
  background: transparent url(desert.jpg) bottom right repeat-x;
  height: 100%;
}

.campFrame {
  background: transparent url(waffle.gif) bottom right no-repeat;
  height: 100%;
}

a, a:active, a:hover, a:link, a:visited {
  color: #e4e2d9;
  text-decoration: none;
}
a:hover {
  border-bottom: dotted #d8dfea 1px;
  color: #d8dfea;
}

h1 {
  margin: 0;
  padding: 40px 40px 40px;
  letter-spacing: -5px;
  font-size: 54px;
}
h1 span {
  color: #d8dfea;
}
h1 .subTitle {
  font-size: 13px;
  font-weight: normal;
  letter-spacing: -1px;
  margin-top: -5px;
}
.box {
  border-left: solid #e4e2d9 1px;
  margin: 0 0 40px 40px;
  font-size: 13px;
  width: 500px;
  z-index: 1;
}
.boxHeader {
  font-size: 10px;
  padding: 2px 10px;
  font-weight: bold;
}
.box p {
  line-height: 20px;
  margin: 0 0 4px;
  padding: 10px 10px 0px;
  text-align: justify;
}
.box p b {
  background: #111;
}
