@media print {
body {	width: 100% !important;
		margin: 0 !important;
		padding: 0 !important;
		float: 0 !important;
}

#print {	width: 100%;
			margin: 0;
			padding: 0;
			float: 0;
}

/* To allow almost prefect screenshot, remove this end comment code ----> */ 
#menu, #banner, #bottom, #linedivder {	display: none;
}

/*----- But put the end comment code back before migration! -----*/
