/* CSS Document */

body {
 background: white;
}

div#content {
 width: 100%;
 border: none;
 overflow: visible;
}

div#sidebar {
 display: none;
}

div#footer {
 display: none;
}

div#header #nav {
 display: none; 
}