body {
  background-image: url(../images/frameset-background.png);
  background-repeat: repeat-x;
  background-color: #fce4b5;
  padding: 0;
  margin: 0;
}

#left-logo, #right-list, #right-list a {
  display: block;
}

#left-logo {
  float: left;
  width: 557px;
  height: 140px;
  background-image: url(../images/frameset-left.png);
  background-repeat: no-repeat;
}

#right-list {
  float: right;
  width: 200px;
  height: 140px;
  background-image: url(../images/frameset-menu.png);
  background-position: 0px 5px;
  background-repeat: no-repeat;
}

#right-list a {
  width: 200px;
  height: 40px;
  margin-top: 5px;
}
