/* CSS Document */
.no{
	display:none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color:#FFF;
}
/* ------IMPOSTAZIONI TABELLE E CELLE-----------------------------------------------  */

.tdSf{
	background-image:url(images/sf.jpg);
	background-repeat: repeat-x;
}
a, a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}

/*--------------- NEW INDEX ----------------------------------------*/
#contenitore{margin:8% auto; padding:0 auto;width:1000px; height:600px; text-align:center }

#img_sx{flaot:left; height:600px; width:228px; }
#centro{ float:right ; height:auto; width:300px; margin-right:300px;}
#testi{ width:150px; height:100px; margin:150px 80px;text-align:center}
#logo{ width:150px; margin-left:80px}

