.print {
	text-align: center;
}

@media print {
	.block, #footer, #menu_footer, #flash_ban, .top, .print, .links, .tabs {
		display : none;	
	}
}