
html {
  background-color: #111;
}

body {
  margin: 0px 0px;
}


#footer-wrapper {
  width: 100%;
  margin-bottom: -25px;
  padding-top: 25px;
  font-size: 11px;
  color: #fff;
  background: url(/hub/images/hub/footer.png) repeat-x #111;
}

#footer {
  width: 900px;
  min-height: 100px;
  margin-left: auto;
  margin-right: auto;
}
#footer a {
  color: #FFFFFF;
}

