@charset "UTF-8";
/* CSS Document */
td.main_table {
	margin: 0px;
	width: 100%;
	min-height:100%;
	background-color:#FFFFFF;
}
div.header {
	background:url(images/sopra.png) repeat;
	width: 100%;
	height: 100;
}
div.sopra {
	background-image:url(images/sfondo_sopra.gif);
	width: 100%;
	height: 60px;
	background-position:top;
	overflow: hidden;
}
div.sotto {
	background-image:url(images/sfondo_sotto.gif);
	margin-bottom: 0;
	width: 100%;
	height: 60px;
	background-position:bottom;
	/*vertical-align: bottom;*/
}
div.footer {
	background:url(images/sotto.png) repeat;
	width: 100%;
	height: 50;
	margin-top: -20px;
}
div.menu {
	margin-top: 12px;
}
div.centro {
	margin-left: auto;
	margin-right: auto;
	margin: 0px;
	width: 100%;
	background-color:#FFFFFF;
}
.hh {
	color:black;
	text-align:justify;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
}

