#text {
  background: #0D151D;
  position: relative;
  top: 0px;
  left: 0px;
  width: 766px;
  height: 158px;
  left: 50%;
  margin-left: -383px;
  z-index: 1;
}

#top {
  background: #0D151D;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 766px;
  height: 182px;
  left: 50%;
  margin-left: -383px;
  z-index: 2;
}

#content {
  position: absolute;
  top: 182px;
  width: 766px;
  left: 50%;
  margin-left: -383px;
  z-index: 1;
}

#middle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 766px;
  background-image: url('images/text_background.jpg');
  background-repeat: repeat-y;
  z-index: 2;
}

#middle_text {
  position: relative;
  top: 0px;
  left: 0px;
  width: 726px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 20px;
  text-align: left;
  z-index: 3;
}

#middle_text_champagne {
  position: relative;
  top: 0px;
  left: 0px;
  width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
  margin-right: 0px;
  text-align: left;
  z-index: 3;
}

#champagne {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 187px;
  margin-top: 20px;
  margin-bottom: 0px;
  margin-left: 579px;
  margin-right: 0px;
  text-align: left;
  z-index: 3;
}

#footer {
  background: #0D151D;
  position: relative;
  top: 0px;
  width: 766px;
  z-index: 4;
}

#copyright {
  background: #0D151D;
  position: relative;
  top: 0px;
  width: 766px;
  z-index: 0;
}


/* HOME PAGE ONLY */

#top_home {
  background: #0D151D;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 766px;
  height: 401px;
  left: 50%;
  margin-left: -383px;
  z-index: 2;
}

#content_home {
  position: absolute;
  top: 401px;
  width: 766px;
  left: 50%;
  margin-left: -383px;
  z-index: 1;
}