	/* Del Monte Print layout  */
	/* You may adapt elements of this CSS in your own projects, but the unique combination of images, colors, sizes, typography, and positioning ("the DESIGN") is copyright 2010 Del Monte and Qubic Italy and may not be reproduced. */ 
	
	
	/* Last updated 11 Aprile 2010 */ 


	html { 
	size: A4 landscape;  
	padding:0;
	 }
	

body	{ 
	margin:0;
	padding: 0;
	border: 0;
	width:100%;
	color: #333; /* color grigio scuro */
	font: 12px/14px "Lucida Grande", "Palatino Lynotype", "Trebuchet MS", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
	}
	
 html, body{ 
 	margin:0;
 	height:100%; 
 	padding:0; 
} 

 html, body, #wrap{
width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}


@page {
size: A4 landscape;  
margin:1cm; /* All margins set to 1cm */
border:0;
padding:0;
}



img{
	border:0;
	vertical-align:top;
}


