/* Hide navigation and other irrelevant page elements */ 
#top-navigation,
#main-navigation,
#footer-navigation,
#footer-feedback,
#search { display: none; }

/* Let the layout flow to fit the page */
#page       { width: auto; }

/* Clean up colours and backgrounds */
body,
#masthead,
#footer     { color: black; background: transparent; }