﻿body {
  /* Margin bottom by footer height */
}
html {
  position: relative;
  min-height: 100%;
}
.footer {
  width: 100%;
  height: 84px;
  padding-bottom:0;
  /* TODO: Non-zero position values should explicitly state the unit; should this be pixels? - JB */
  bottom: -150;
}