
/*hide the left column when printing*/ 
#sx{display:none;} 
/*hide the right column when printing*/ 
#dx{display:none;} 
#header{display: none;}
#footerleft{width: 100%; float: none;}
#footerlink ul{display:none;}
#footerlink{
font-weight: bold;
}
#content{
	text-align: center;
}
#wrapper,#threecols,#centrale{
	width:100%; float:none;
	margin: 0;
	padding: 0;
}

#centrale{
	min-height: 200px; height: auto !important; height: 200px;
}
#logoprint{
	display: block;
	text-align: left;
}
#stampante{
	display: none;
}