.navigation, #header, #intro, #footer, .whitebox, #progress-bar
{
	display: none !important;
}
body, .content
{
	float: none !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}
html body #wrapper {
	background: none;
}
.content a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}
.content a[href^="/"]:after {
	content: " (http://www.quantec.co.za" attr(href) ") ";
}