html, body {
  height:             auto;
}

#sideNavigation {
  display: none;
}

#left {
  display: none;
  height: auto;
}

#middle {
  width:              100%;
  height: auto;
}

#right {
  display: none;
  height: auto;
}

#topNavigation {
  display: none;
}

#contentPane {
  min-height:         auto;
}

* html div#contentPane {
	height:             auto;
}

#playGround {
  height:             auto;
}
