body {
  font-family: georgia, serif;
  font-size: small;
  color: #17A92F;
  background:white;
  }
#banner {
  color:white;
  position: absolute;
  top:0px;
  right:0px;
  height:200px
  }

#leftcontent {
  color:white;
  position: absolute;
  left:5px;
  top:200px;
  width:120px;
  padding:5px;
  }

#centercontent {
  color:white;
    position: absolute;
  left:125px;
  top:200px;
  width:145px;
padding:5px;
  }

#rightcontent {
  position: absolute;
  top:200px;
  left:275px;
padding:5px;
  }

