html, body {
  text-align: center;    /* per far contento IE6- */
  width: 100%;           /* altrimenti il margin sotto non ha riferimenti */
  margin: 0 auto;      /* centrare nei browser standard */
  font-family:sans-serif;
	background-image:url('img/sfTop.jpg');
	background-repeat: repeat-x;
	background-color:#FFFFFF;
	font-size:0.85em;
}
#body{
	text-align: center;    /* per far contento IE6- */
	margin: 0 auto;      /* centrare nei browser standard */
	width:960px;
	padding-top: 12px;
}
img, form, h1, h2, h3, p{
  border:0px;
  margin:0px;
  text-decoration:none;
}
#contNavigazione{
	height:164px;
}
#navigazione{
	text-align: center;    /* per far contento IE6- */
	margin: 0 auto;      /* centrare nei browser standard */
	width:960px;
	padding-top:57px;
}
#navigazione a {
    color: #ffffff;
    text-decoration: none;
}
#navigazione a:hover {
    color: #D3D3D3;
    text-decoration: none;
}

#contBody{
	margin-top: 2px;
}
