@charset "utf-8";
/* CSS Document */

/*
	Used only for _on-screen_ presentation of the print preview. Ignored while actually printing.
*/

html, body {
	overflow: hidden;
}
body {
	height: 100%;
}
#center, body.images #center {
	margin: 44px 0 0 !important;
	padding: 20px 50px 20px;
	width: auto;
	height: 85%; /* Must be set to truly available space in px by JS */
	overflow: auto;
}
#printTopper {
	display: block;
}








