#main {
  background: #F5F5F5;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 100%;
  z-index: 1;
}

#header {
  background: #F5F5F5;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 125px;
  z-index: 2;
}

#menu {
  background: #333333;
  background-image: url('images/background_menu.jpg');
  background-repeat: repeat-x;
  position: absolute;
  top: 125px;
  left: 0px;
  width: 100%;
  height: 49px;
  z-index: 2;
}

#home_image {
  background: #BCDFF2;
  background-image: url('images/background_image_home.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  top: 174px;
  left: 0px;
  width: 100%;
  height: 216px;
  z-index: 2;
}

#home_divider{
  background: #0075C2;
  background-image: url('images/background_divider.jpg');
  background-repeat: repeat-x;
  position: absolute;
  top: 390px;
  left: 0px;
  width: 100%;
  height: 33px;
  z-index: 2;
}

#content_shadow {
  background: #CCCCCC;
  background-image: url('images/bg_03.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 183px;
  width: 100%;
  height: 12px;
  z-index: 2;
}

#content_sub {
  background: #F5F5F5;
  background-image: url('images/background_image_sub.jpg');
  background-repeat: repeat-x;
  background-position: center top;
  position: absolute;
  top: 174px;
  width: 100%;
  z-index: 2;
}

#content_home {
  background: #F5F5F5;
  position: absolute;
  top: 423px;
  width: 100%;
  z-index: 2;
}

#text {
  color:#444444;
  position: relative;
  top: 0px;
  left: 50%;
  margin-left: -375px;
  width: 750px;
  margin-top: 10px;
  margin-bottom: 22px;
  text-align: left;
  z-index: 3;
}

#footer {
  background: #60C1ED;
  background-image: url('images/background_footer.jpg');
  background-repeat: repeat-x;
  background-position: top center;
  position: relative;
  top: 0px;
  width: 100%;
  height: 33px;
  z-index: 4;
}

#copyright {
  position: relative;
  top: 4px;
  width: 750px;
  left: 50%;
  margin-left: -375px;
  z-index: 5;
}