body {
  background: url('img/bg.jpg') repeat-y left top #e4dac1;
  font-family: Times New Roman;
  font-size: 18px;
}

div.banner {
  background: url('img/banner.jpg') no-repeat left top;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1000px;
  height: 220px;
  z-index: 100;
}

div.banner_bg {
  background: url('img/banner_bg.jpg') repeat-x left top;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 220px;
  z-index: 95;
}

div.buttons_frame {
  position: absolute;
  left: 33px;
  top: 211px;
  width: 170px;
  z-index: 100;
}

a.button {
  font-weight: normal;
  color: #4f5b10;
  text-decoration: none;
  font-size: 13px;
}

a.button:hover {
  font-weight: bold;
  color: #4f5b10;
  text-decoration: none;
  font-size: 13px;
}

a.button div {
  background: url('img/button.jpg') no-repeat left top;
  width: 170px;
  height: 40px;
  cursor: pointer;
  text-align: center;
  padding: 16px 0 0 0;
}

a.button_clicked {
  font-weight: bold;
  color: #000000;
  text-decoration: underline;
  font-size: 14px;
}

a.button_clicked div {
  background: url('img/button.jpg') no-repeat left top;
  width: 170px;
  height: 41px;
  cursor: pointer;
  text-align: center;
  padding: 15px 0 0 0;
}

div.content {
  position: absolute;
  left: 240px;
  top: 230px;
  width: 685px;
  z-index: 100;
}

#content_bg {
  background: url('') no-repeat left top;
  position: absolute;
  left: 185px;
  top: 180px;
  width: 760px;
  height: 535px;
  z-index: 95;
}