#text {
  background: #222222;
  position: relative;
  top: 0px;
  left: 0px;
  width: 750px;
  height: 150px;
  left: 50%;
  margin-left: -375px;
  z-index: 1;
}

#top {
  background: #222222;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 750px;
  height: 279px;
  left: 50%;
  margin-left: -375px;
  z-index: 2;
}

#content {
  position: absolute;
  top: 279px;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  z-index: 1;
}

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

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

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

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


/* HOME PAGE ONLY */

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

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