body {
  margin: 0px;
  background-color: #6e508b;
  background-image: url('pics/bg.jpg');
  background-position: top;
  background-repeat: no-repeat;
}

.bg_wrapper {
  width: 800px;
  background-image: url('pics/bg_wrapper.jpg');
  margin: auto;
}

.container {
  background-image: url('pics/container.jpg');
  background-repeat: no-repeat;
  width: 800px;
  margin: auto;
}

.head {
  height: 413px;
}

.title {
  float: left;
  padding-left: 310px;
  margin-top: 337px;
  font-size: 44px;
  font-family: tahoma, verdana;
  font-weight: bold;
}

.menu {
  width: 217px;
  border-right: 11px solid white;
  float: left;
  background-color: 92c83e;
}

.menu_link {
  padding-bottom: 3px;
  font-size: 37px;
  font-family: tahoma, verdana;
  font-weight: bold;
  background-image: url('pics/link.jpg');
  background-position: bottom;
  background-repeat: repeat-x;
}

.menu_link a {
  color: black;
  text-decoration: none;
}

.menu_link a:hover {
  color: white;
}

.body {
  width: 686px;
  margin-left: 55px;
  border: 11px solid white;
  border-top: 0px;
  border-bottom: 0px;
  background-color: #c2f87e;
  background-image: url('pics/body.jpg');
  background-position: bottom;
  background-repeat: no-repeat;
}

.header {
  display: inline;
  font-family: tahoma, verdana;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid black;
}

.page {
  margin-left: 228px;
  padding: 20px;
  font-family: verdana;
  font-size: 12px;
}

* html .page {
  height: 1%;
}

.foot {
  height: 80px;
  background-image: url('pics/foot.jpg');

}

