html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #222222;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	border: 1px none yellow;
}

td {
  	font-family: Tahoma;
  	font-size: 11px;
  	color: #000000;
}

/*
img {
	border: none;
	display: block;
}
*/


#esterno {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	border: 1px none red;
}

#righeHp {
	position: relative;
	top: 150px;
	width: 100%;
	height: 365px;
	margin: auto;
	text-align: center;
	padding: 0;
	background-image: url(../../img/righeHp.gif);
	background-repeat:  repeat-x;
	border: 1px none red;
}

#centrami {
	position: relative;
	left: 0;
	top: 0;
	width: 876px;
	height: 365px;
	margin: 0 auto 0 auto;
	padding: 0;
}


#bkgHome {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 876px;
	height: 365px;
	margin: 0;
	padding: 0;
	text-align: center;
	background-image: url(../../img/bkgHome.png);
 	border: 1px none red;
}


#bkgGeneral {
	position: relative;
	width: 926px;
	height: 526px;
	margin: auto;
	padding: 0;
	background-image: url(../../img/bkgGeneral.jpg);
 	border: 1px none red;
}


#bkgGeneral2 {
	position: relative;
	width: 926px;
	height: 526px;
	margin: auto;
	padding: 0;
	background-image: url(../../img/bkgGeneral2.jpg);
 	border: 1px none red;
}


#home {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 876px;
	height: 365px;
	text-align: center;
 	border: 1px none red;
 	margin: 0;
 	padding: 0;
}


#righeTotali {
	position: relative;
	top: 150px;
	left: 0;
	width: 100%;
	height: 526px;
	margin: auto;
	text-align: center;
	padding: 0;
	background-image: url(../../img/righeTotali.gif);
	background-repeat:  repeat-x;
	border: 1px none red;
}


.spacer  {
	float: left;
	border: 1px none red;
}

.evocHome {
	position: absolute;
	top: 20px;
	left: 604px;
	width: 262px;
	height: 325px;
	border: 1px none red;
}

.titSezione {
	position: absolute;
	top: 30px;
	left: 10px;
	text-align: left;
	border: 1px none red;
}

.bold {
	font-weight: bold;
}


.testo {
	position: absolute;
	top: 210px;
	left: 10px;
	width: 500px;
	height: 180px;
	text-align: justify;
	border: 1px none red;
}
#footer_home {
	color: #FFFFFF;
	position: absolute;
	left: 442px;
	top: 340px;
}
.footer {
	float: left;
	margin-right: 20px;
	padding: 0px;
	margin-top: 0px;
	color: #666666;
	font-size: 9px;
}
#footer{
	color: #FFFFFF;
	position: absolute;
	top: 530px;
	left: 784px;
	width: 300px;
	border: 1px none blue;
}
#esterno #righeHp #centrami #home #footer_home .footer a:link,
#esterno #righeHp #centrami #home #footer_home .footer a:hover,
#esterno #righeHp #centrami #home #footer_home .footer a:visited {
	text-decoration: none;
	color: #666666;	
}
#footer a:link,
#footer a:hover,
#footer a:visited {
	text-decoration: none;
	color: #666666;	
}






/* ##### LINK ##### */

a:link {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}
a:visited {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}
a:visited:hover {
	color: #000000;
	font-weight: normal;
	text-decoration: underline;
}


/*
a.toolbar:link {
	font-weight: normal;
	color:#999999;
	text-decoration: none;
	}
a.toolbar:hover {
	font-weight: normal;
	color:#999999;
	text-decoration: underline;
}
a.toolbar:visited {
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}
a.toolbar:visited:hover {
	font-weight: normal;
	color:#999999;
	text-decoration: none;
}*/
