/* Columns at Bottom of Page */
div.cols
{
  width:100%;
  overflow:auto;
}
div.col
{
  float:left;
  width:50%;
  text-align:center;
}
