#main {
  margin: 0 auto;
  position: relative;
  width: 867px;
}
#header {
  position: absolute;
  right: 2px;
  top: 75px;
  z-index: 10;
}
#header, #content, #footer {
  font-size: 0.564em;
  text-transform: uppercase;
}
.col-1, .col-2, .col-3 {
  float: left;
}
#page1 {
  background-image: url(images/body-bg1.jpg);
}
#page1 .wrap {
  background-image: url(images/body-tail1.gif);
}
#page2 {
  background-image: url(images/body-bg2.jpg);
}
#page2 .wrap {
  background-image: url(images/body-tail2.gif);
}
#footer {
  position: absolute;
  right: 0;
  bottom: -30px;
}
