div, img {
  padding: 0px;
  margin: 0px;
  border: none;
}

body {
  font-family: tahoma;
  font-size: 14px;
  margin: 0px;
  padding: 0px;
  background: #ffff00 url("images/background.jpg") repeat-x;
  text-align: center;
}

#top {
  margin: 0px auto;
  width: 700px;
  height: 41px;
  background: url("images/top.jpg") no-repeat;
  text-align: left;
  padding: 0px 48px;
  padding-top: 152px;
  text-align: center;
}

#top a {
  text-decoration: none;
  display: inline;
  float: left;
  width: 84px;
  height: 16px;
  padding: 6px 0px;
  background: url("images/button_up.png") no-repeat;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: white;
  margin: 4px;
}

#top a:hover {
  color: orange;
  background: url("images/button_down.png") no-repeat;
}

#content {
  margin: 0px auto;
  width: 700px;
  min-height: 284px;height: auto;
  background: url("images/content.png") repeat-y;
  text-align: left;
  padding: 16px 48px;
}

* html #content {
  height: 284px;
}

#bottom {
  margin: 0px auto;
  width: 796px;
  height: 40px;
  background: url("images/bottom.png") no-repeat;
  text-align: left;
}
