/* Don't restrict width */
#header, #content {
	width: auto;
}

/* Hide unnecessary elements */
#links {
	display: none;
}

/* Don't waste ink printing backgrounds */
html, #main, #content, #footer {
	background: white;
}