body {
  font-family: Arial;
  height: 100%;
  background-color: #eee;
  background-image: url(/pictures/background2.jpg);
  background-repeat: repeat-x;
  background-position: center center;
  background-attachment: fixed;
  text-align: center;
  margin: 0 0;
}
div#body {
  margin: 1px auto;
  top: 50%;
  margin-top: -301px;
  width: 967px; 
  height: 606px; 
  text-align: left; 
  position: relative;
  background-color: #D9DEE6;
}
div#text {
  overflow: auto;
  height: 378px;
  padding-left: 15px;
  padding-right: 10px;
  background-color: #FFFFFF;
  padding-bottom: 20px;
}
div#Nav {
  position: absolute;
  top: 136px;
  padding-top: 15px;
  width: 160px;
  height: 420px;
}
div#top {
  top: 0px;
  right: 0px;
  position: absolute;
}
div#Righttext2 {
  position: absolute;
  bottom: 2px;
  left: 20px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

