#leftcolumn {
  width: 45%;
  float: left;
  text-align: left;
}

#rightcolumn {
  width: 45%;
  float: right;
  text-align: left;
}

