@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(minhembio.com) {

    /* Fix the header */
    body
    {
        background: url('/g/v4/minhembio/bkg.gif') repeat-x scroll 0 -120px #e9e6d7 !important;
    }

    /* Center the content */
    div#ipbwrapper, div#content, div#header, div#mhb-nav
    {
        margin: 0 auto;
    }

    /* Align the navigation menu */
    div#mhb-nav
    {
        padding: 0 !important;
    }

    /* Set consistent width */
    div#content, div#ipbwrapper
    {
        width: 975px;
    }

    /* Remove crap I don't want as well as the right-hand panel in the forums for a more consistent look */
    div.cborder, div[style="height: 120px;"], div[class*='banner'], div[id*='banner'], div.sponsorbox, div#gp-right-panel, div.tvnu_wrapper, div#footer-sponsor
    {
        display: none;
    }
}