@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("facebook.com") {

#blueBar {
    position: fixed !important;
}

#globalContainer {
    width: 981px !important;
}

#globalContainer > div:first-child {
    position: fixed !important;
    width: 981px !important;
}

#globalContainer > #content > div:first-child {
    padding-top: 41px !important;
    border-left: 1px solid #B3B3B3 !important;
    border-right: 1px solid #B3B3B3 !important;
}

.WelcomePage #globalContainer {
    width: auto !important;
}

.WelcomePage #globalContainer > #content > div:first-child {
    padding-top: 0 !important;
    border: none !important;
}

}