#left {
  display: none;
  width: 0;
}

#middle {
  float: left;
}

#right {
  display: none;
  width: 0;
}

