div.head_article {
  position: absolute;
  left:       0px;
  top:        0px;
  width:     760px;
  height:    300px;
  border:   solid;
  border-width: 1px;
  border-color: #999999;
}

div.bottom_article {
  position: absolute;
  left:       0px;
  top:      305px;
  width:    550px;
  height:   825px;
  border:   solid;
  border-width: 1px;
  border-color: #999999;
}

div.right_articles  {
  position: absolute;
  left:     555px;
  top:      305px;
  width:    205px;
  height:   825px;
  border:   solid;
  border-width: 1px;
  border-color: #999999;
}