div.top_page {
  position: absolute;
  left:      0px;
  top:       0px;
  width:   760px;
  height:   25px;
  border-bottom: solid;
  border-width: 1px;
  border-color: #000000;
  font-weight: bold;
}

div.top_page_title {
  position: absolute;
  left:      1px;
  bottom:    1px;
  width:   299px;
}

div.top_page_category {
  position: absolute;
  left:    305px;  
  bottom:    1px;
  width:   150px;
}

div.top_page_date {
  position: absolute;
  right:     1px;
  bottom:    1px;
  width:   299px
  text-align: right;
}

div.middle_page {
  position: absolute;
  left:      0px;
  top:      30px;
  width:   760px;
  height: 1130px;
}

div.bottom_page {
  position: absolute;
  left:      0px;
  bottom:    0px;
  width:   760px;
  height:   25px;
  border-top: solid;
  border-width: 1px;
  border-color: #000000;
  font-weight: bold;
}

div.bottom_page_credits {
  position: absolute;
  left:      1px;
  top:       1px;
  width:   299px;
  text-align: left;
}

div.bottom_page_website {
  position: absolute;
  left:    305px;  
  top:       1px;
  width:   150px;
}

div.bottom_page_number {
  position: absolute;
  right:     1px;
  top:       1px;
  width:   299px;
  text-align: right;
}