div#left {
  margin: 25px 0 0 12px;
  width: 45%;
  float: left;
}
div#right {
  margin: 25px 12px 0 0;
  width: 50%;
  float: right;
}
