/* Hackity hack */
html,body {
  height: 100%;
}

#above-footer {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -19px;
}

#padding, #footer { 
  height: 18px; 
}

/* Real content style */
#footer {
  padding-right: 5px;
  font-size: 12px;
  text-align: right;
  background: black;
  color: white;
}

#footer a {
  color: white;
}

#footer .stormbrew {
  color: yellow;
}

