div#body {
  margin: 1px auto;
  width: 900px; 
  height: 650px; 
  text-align: left; 
  position: relative;
  border: 1px solid #000000;
}
div#text {
  overflow: auto;
  height: 293px;
  width: 558px;
  padding-left: 26px;
  padding-right: 21px;
  padding-bottom: 20px;
}
div#Nav {
  position: absolute;
  top: 325px;
  background-image: url(/pictures/nav_bg.jpg);
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 210px;
  height: 325px;
}
