#top {
  position: absolute;
  left: 16px;
  top: 0px;
  width: 730px;
  z-index: 1;
  background-color: rgb( 229, 229, 218 );
}

#navi {
  position: absolute;
  left: 16px;
  top: 56px;
  width: 155px;
  z-index: 1;
  background-color: rgb( 229, 229, 218 );
}

#content {
  position: absolute;
  left: 171px;
  top: 56px;
  width: 575px;
  z-index: 1;
  background-color: rgb( 229, 229, 218 );
}
