/* http://ryanfait.com/resources/footer-stick-to-bottom-of-page/ */

html, body, table#mainwrapper, td#content {height:100% !important;}
div#contentGrow {
  min-height:100%;
  height:auto !important;
  height:100%;
  /* the bottom margin is the negative value of the footer's height */
  margin:0 auto;
}

div#MainFooter,
div#MainFooterPusher {
  height:170px;
}

