/* Remove the page furnature (Tip1) */

#navigation {
	display: none;
}

/* remove the background colours (see gotchya 2) */

#header,
#content {
	background: none;
}
