html { height:100%;}
/*
html { 
  height: 100%;
  margin:0 }
*/
body {
  height: 100%;
	background-image: url('http://www.essemme.com/nuovosito/immagini/bg.gif');
}

.testo {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
}
.testoContatti {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	text-align: justify;
	padding-left: 40px;
}
.testo2 {
	font-family: Tahoma;
	font-size: 11px;
	line-height: normal;
	color: #000000;
	text-align: justify;
	padding-left: 20px;	
}
.titolo {
	font-family: Tahoma;
	font-size: 15px;
	line-height: normal;
	color: #E50100;
	text-align: justify;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: bold;
}
a:link { 
  text-decoration: none; 
  color: #000000; 
}
a:visited { 
  text-decoration: none; 
  color: #000000; 
}
a:active { 
  text-decoration: none; 
  color: #000000; 
}
a:hover { 
  color: #FF0000; 
  text-decoration: none;
}
