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

div.right {
  position: absolute;
  right:      0px;
  top:        0px;
  width:    205px;
  height:   655px;
  border:   solid;
  border-width: 1px;
  border-color: #999999;
}

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