@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("docs.gimp.org") {

  body {
    padding-top:70px !important;
    padding-bottom:200px !important;
  }

  div.navheader, div.navfooter {
    position: fixed !important;
    left: 0px !important;
    width:100% !important;
  }

  div.navheader {
    top: 0px !important;
  }

  div.navfooter {
    bottom:0px !important;
  }
}