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

#menu {
  position: relative;
  top: 0px;
  width: 100%;
  z-index: 2;
}

#header {
  position: relative;
  background-image: url('images/bg_header.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  top: 0px;
  left: 0px;
  width: 974px;
  height: 216px;
  left: 50%;
  margin-left: -487px;
  z-index: 2;
}

#content {
  position: relative;
  top: 0px;
  width: 974px;
  left: 50%;
  margin-left: -487px;
  z-index: 3;
}

#tabs_box {
  position: relative;
  background-image: url('images/bg_slogan.jpg');
  background-repeat: no-repeat;
  background-position: bottom left;
  color: #333333;
  width: 334px;
  height: 534px;
  z-index: 4;
}

#text_box {
  position: absolute;
  left: 334px;
  top: 0px;
  background-color: #BE7C62;
  background-image: url('images/bg_content.jpg');
  background-repeat: no-repeat;
  background-position: top left;
  color: #000000;
  width: 640px;
  height: 534px;
  margin-right: 20px;
  z-index: 4;
}

#text{
  background: transparent;
  padding-right: 40px;
  z-index: 5;
}

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