/* STRUTTURA */	body {	font-size : 12px;	font-family : Verdana, Arial, Helvetica, sans-serif;	background-color: #f3f3f3;	text-align: center;	margin: 0px;	}#page {	position: relative;	margin: 0px auto;	width: 754px;	border-left: 1px solid #CECECE; 	border-right: 1px solid #CECECE; 	border-bottom: 1px solid #f3f3f3;  /* questa riga è per il fondo */	background-color: #FFFFFF; 	text-align: left;	}	/* STRUTTURA - FINE */	/* PARTE SOPRA */#logo {	background: url("./Images/Logo.jpg") no-repeat left top;	/*padding-bottom: 5px;*/	}#navcontainer {	padding-top: 80px;	padding-left: 50px;	}#navlist li { 	display: inline; 	list-style-type: none; 	padding-right: 20px; 	padding-top: 80px; 	}a.MENU:link, visited {	color: #000000;	text-decoration: none;	font-weight: normal;	}	a.MENU:hover {	color: #000000;	text-decoration: underline;	font-weight: normal;	}/* PARTE SOPRA - FINE*/#counter { 	text-align: center;	}	/* div layout */#bordoSopra {	margin: 0 0px 0 0;	background: url("./Images/lineDown.jpg") no-repeat left top;	}	#bordoSotto {	margin: 0 0px 0 0;	background: url("./Images/lineUp.jpg") no-repeat left top;	}#testoCentro {	text-align: center; 	}/* -- */	/* INIZIO FOOTER */#footer {	margin: 0px 8px;	text-align: right;	}#testoFooter {	color: #000000;	font-family: verdana, helvetica, arial, sans-serif;	font-size: 10px;	}	#testoFooter em {	color: #000000;	font-family: verdana, helvetica, arial, sans-serif;	font-size: 10px; 	}	/* FINE FOOTER *//* INIZIO TESTO */#testoDomande {   	MARGIN: 11px 9px 18px 9px;   	WIDTH: 736px;	font-size: 12px;	}	#testoFaq {   	MARGIN: 11px 9px 18px 9px;   	WIDTH: 736px;	font-size: 12px;	}	#testoFaq li, em {	color: #000000;	font-family: verdana, helvetica, arial, sans-serif;	font-size: 12px;	margin: 0px;	padding: 0px; 	}	.code {	font: normal 0.9em courier;	}.testorosso { 	color: red; 	}	.picture { 	text-align: center; 	border: none; 	padding: 0; 	margin-top: 1em; 	}/* FINE TESTO *//* INIZIO A NEL TESTO */a:link {	color: #336699;	text-decoration: none;	font-weight: normal;	}a:hover {	color: #336699;	text-decoration: underline;	font-weight: normal;	}a:visited {	color: #336699;	text-decoration: none;	font-weight: normal;	}/* FINE A NEL TESTO */