/* GENERALI */


body {
height:100%;
width:100%;
background-color: #d4d3d8;
background-image:url('img/bg.jpg');
background-repeat:repeat-x;
background-position:top;
font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;



}

body div#corpo{
	width:870px;
	margin:auto;
	text-align:left;
	
}

/*      MENU IMG PRODOTTI*/

div.img
  {
  margin:10px;
  border:1px solid #666;
  height:auto;
  width:auto;
  float:left;
  background-color:#EFEFEF;
  text-align:center;
 cursor:pointer;
  }
  
div.img img
  {
  display:inline;
  width:110px;
  height:90px;
  
  
  }
div.desc
  {
  text-align:center;
  font-weight:normal;
  width:120px;
  margin:2px;
  color:#004F9F;
  font-size:0.8em;
  }