
#left {
  float: left;
  width: 500px;
  margin: 15px 0px 0px 15px;
}
#right {
  float: right;
  width: 172px;
  margin: 15px 15px 0px 0px;
}


