body {
  background: url("images/bg.jpg") center repeat-y #1A1A1A;
  margin: 0;
  padding: 0;
}

p {
  font-family: serif;
  font-size: 14px;
  text-align: justify;
}

span.heading {
  font-size: 28px;
  color: #17310A;
  font-style: italic;
}

a:link, a:hover, a:visited, a:active {
  color: #17310A;
  text-decoration: underline;
}

img#header {
  position: absolute;
  left: 50%;
  margin-left: -427px;
  top: 0px;
  height: 206px;
  width: 856px;
}

img#smoke {
  position: absolute;
  left: 50%;
  margin-left: -382px;
  top: 206px;
  height: 325px;
  width: 417px;
}

div#holder {
  position: absolute;
  left: 50%;
  margin-left: -429px;
  top: 206px;
  width: 858px;
}

div#content {
  padding: 20px 67px 30px 67px;
}

div#home {
  background: #ff0000;
  left: 200px;
  top: 100px;
  width: 100px;
  height: 30px;
}