/* disable layout elements */
div#top,
div#left,
div#right,
div#bottom,
.header,
.footer,
.commentsheader,
.copyright,
.smallprint {
    display:none;
}

BODY {
    background-color: #FFF;
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px;
    margin-right: 0px;
}

div.page {
    background-color: #FFF;
    color: #000;
    padding: 0px;
    border: none;
}
