#wrapper {
  position: absolute;
  background: url('images/bg_top.jpg');
  background-repeat: repeat-x;
  background-color: #961E27;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 1;
}

#top {
  background-image: url('images/bg_top_shadow.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  top: 0px;
  left: 0px;
  width: 840px;
  left: 50%;
  margin-left: -420px;
  z-index: 1;
}

#menu {
  position: relative;
  top: 0px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  z-index: 2;
}

#header {
  position: relative;
  top: 0px;
  left: 0px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  z-index: 2;
}

#content_wrapper {
  position: relative;
  background-image: url('images/bg_bottom_shadow.jpg');
  background-repeat: repeat-y;
  top: 0px;
  width: 840px;
  left: 50%;
  margin-left: -420px;
  z-index: 2;
}

#content {
  position: relative;
  background-color: #333333;
  background-image: url('images/bg_text.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  top: 0px;
  width: 800px;
  left: 50%;
  margin-left: -400px;
  z-index: 3;
}

#text {
  position: relative;
  padding-top: 30px;
  color: #CCCCCC;
  width: 760px;
  left: 50%;
  margin-left: -380px;
  z-index: 4;
}

#footer {
  position: relative;
  background-image: url('images/bg_footer.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  top: 0px;
  left: 0px;
  width: 840px;
  left: 50%;
  margin-left: -420px;
  height: 100px;
  text-align: center;
  z-index: 4;
}