@import "screen.css";

body {
    background: none;
    padding: 0px;
    margin: 0px;
}

#header {
    display: none;
}

#navigation {
    display: none;
}

#footer {
    display: none;
}

.roundrect {
    border: 1px solid #AAAAAA;
}

.roundrect > .rrect_topleft, .roundrect > .rrect_topright, .roundrect > .rrect_bottomleft, .roundrect > .rrect_bottomright {
    display: none;
}