body {
  background-image: url('background1.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 0% 120%;
  font-family: Verdana;
  font-size: 14px;
  z-index: -1;
}
div.content {
  height: 618px;
  #height: 618px;
  _height: 618px;
  overflow: auto;
  border: solid 2px;
  border-color: #69af91;
  padding: 5px;
}
p {
  text-indent: 20px
}
br {
  text-indent: 20px
}