#mainMenu, #topRightBlock, #footer, .noprint, .impTopBarButton, .topBarButton {
    display: none;
}

.printOnly {
    display:inherit;
}

.printFooter {
    display: block;
    width:100%;
	margin-top: 1em;
	padding: 1em;
	border-top: 2px solid silver;
}