/* site construct */
* html #wrap,
* html #footer {
  height: 1px;
}

*+html #wrap,
*+html #footer {
  min-height: 1px;
}

*+html #wrap {
  overflow: hidden;
}

* html #left,
* html #middle,
* html #right {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  float: left;
}

*+html #left,
*+html #middle,
*+html #right {
  margin-bottom: -10000px;
  padding-bottom: 10000px;
  float: left;
}