#top_pic {
  margin: 0px;
  position: absolute;
  left: 0px;
}

#main {
  background: #e3f0d0;
}

#contentleft,
#right,
#border {
  width: 242px;
  margin-left: 1px;
  position: absolute;
  top: 320px;
  height: 300px;
}

#contentleft {
  background: #d8f0a2;
  border-right: 1px solid white;
  width: 243px;
}

#right {
  background: #dcf286;
  left: 244px;
  min-height: 300px;
  border-right: 1px solid white;
  width: 243px;
}

#border {
  background: #d8f0a2;
  left: 488px;
  width: 244px;
}

#left {
  height: 621px;
}

#left p,
#left h3 {
  margin-left: 10px;
}

#top_pic {
  position: absolute;
  left: 0px;
  top: 0px;
}