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

div.right_articles {
  position: absolute;
  left:     605px;
  top:        0px;
  width:    155px;
  height:  1020px;
  border:   solid;
  border-width: 1px;
  border-color: #999999;
}

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