@media print {
	body {
		background: none;
	}
	#header,
	.breadcrumb,
	.related,
	.newsletter,
	.inner-search,
	.add-this,
	footer,
	#footnotes {
		display: none !important;
	}
}