/*
Hide Navigation
This CSS hides all elements on the page other than the main center content.
It also ensures the main content is 100% of the parent centered parent container.
It is basically a very small sub-set of the print stylesheet.
*/

body {
	background-image: url("../images/theme/bg_window.png");
}

#breadcrumbs,
#masthead,
#bcpanel,
#bstrap-leftnav,
#bottom {
    display: none !important;
}

#bstrap-main {
    width: 100% !important;
}