html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-color:#FFFFFF;
  font: 400 0.7em verdana, arial, sans-serif;
  line-height: 160%;
  color: #fff;
}

#content {
  position: relative;
  width:1000px;
  height:570px;
  margin:auto;
  /*height: auto !important;
  height: 100%;
  min-height: 100%; */
  background-image:url(img/back.jpg);
  background-repeat:no-repeat;
  margin-top:-50px;
  z-index:5;
  border: 2px solid #370B0D;
  
}

#header {
	clear: both;
	position: relative;
	height: 76px;
	margin: 0 auto;
	background-image:url(img/top1.jpg);
	background-repeat:no-repeat;
	z-index:10;
}


#topalto {
	clear: both;
	position: relative;
	height: 130px;
	margin: 0 auto;
}


#menu {
	clear: both;
	position: relative;
	height: 55px;
	margin: 0 auto;
}

#fotohome {
	clear: both;
	position: relative;
	height: 357px;
	width:951px;
	margin: auto;
	
}

#prodotti {
	clear: both;
	position: relative;
	height: 119px;
	width:1009px;
	margin: auto;
	z-index:20;
	
}

#footer {
clear:both;
position:relative;
width:1000px;
margin: auto;
height:36px;
text-align:right;
background-image:url(img/footer.png);
border: 2px solid #370B0D;
}


.titolo {
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#008c99;
}

.testo {
font-family:Arial, Helvetica, sans-serif;
font-size:11px;
color:#000000;
}

a:link { color:#000000; text-decoration:none;}
a:visited { color:#000000; text-decoration:none;}
a:hover { color:#008c99; text-decoration:underline;  }
a:active { color:#008c99; text-decoration:none; } 
