.content {
  background-image: url(images/content_bg.png);
  background-repeat: repeat-y;
  height: 800px;
  width: 998px;
  margin-right: auto;
  margin-left: auto;
  margin-top: -4px;
}
.end {
  background-image: url(images/content_end.png);
  background-repeat: repeat-x;
  height: 23px;
  width: 998px;
  margin-right: auto;
  margin-left: auto;

}

p {
  font-family: Arial;
  font-size: 12pt;
  color: #000;
}
