html,body
{margin:0 auto;padding:0;background-color: #F1E5C7;}

body{font-family:arial; font-size:76%; text-align:center}

div#contenitore{
text-align:center;
margin:0 auto;
padding:2px;
width:762px;
background-color:#ffffff;
}
div#banner{
	
	width:762px;
	background-image: url(../images/banner.jpg);
	text-align:center;
	height:143px;
}

div#bottone1{
   padding:1px;
	text-align:center;
	background-color: White;
	height:20px;
   float:left;
   width: 252px;
	}

div#bottone2{
   
	padding:1px;
	text-align:center;
	background-color: White;
	height:20px;
   float:left;
	width: 252px;

}
div#bottone3{
   padding:1px;
   text-align:center;
	background-color: White;
	height:20px;
   float:left;
	width: 252px;
	}
	
div#bottone4{
   padding:1px;
   text-align:center;
	background-color: White;
	height:20px;
   float:left;
	width: 252px;
	}
div#bottone5{
   padding:1px;
   text-align:center;
	background-color: White;
	height:20px;
   float:left;
	width: 252px;
}
div#bottone6{
   padding:1px;
   text-align:center;
	background-color: White;
	height:20px;
   float:left;
	width: 252px;
	
}
div#foto{
	background-image: url(../images/foto.jpg);
	height: 133px;
}
div#testi{
	padding:10px;
	text-align: left;
	/*height:130%;*/
	background-color: #ffffff;
}

.centerBox {
margin:auto;
width:80%;
}


a {
	display: block;
	text-decoration: none;
	text-align: center;
	color: White;
	background: #B40404;
	padding: 5px;
	border: 1px solid red;
  }

.MenuLink:link {
	display: block;
	text-decoration: none;
	color: #B40404;
	background: #ffffff;
	padding: 1px;
	border:1px solid red;
  }
.MenuLink:visited {
	display: block;
	text-decoration: none;
	color: #B40404;
	background: #ffffff;
	padding: 1px;
	border:1px solid red;
  }