html body {
	width:100%;
	height:97%;
	background-color: #CCCCCC;	
	}

body {
	background-color: #CCCCCC;
	padding:0;
	margin:0;
}
/*intro*/
#master {
	width: 900px;
	height: auto;
	margin: 0px;
	background-color: #CCCCCC;
}
/*intro sx*/
#logoSPintro{
		float:left;
        width:300px;
        height:500px;
        margin:0px;
}
/*intro dx*/
#logointro{
	/*	float:left;*/
        width: 900px;
        height: 300px;
        margin:0px;
		background-color: #333333;
}

/*intro centro*/
#introduzione {
	float:left;
	width: 300px;
	height: 500px;
	margin: 0px;
	background-image:url(images/ladin_02.jpg); height: 120px; width: 900px;

}
.testocentrato {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1em;
	letter-spacing: 0.8px;
	text-align: center;
}
.testobottoni {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	color: #222222;
	line-height: 1em;
	letter-spacing: 0.8px;
	text-align: left;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
}
#a {
	float:left;
	width: 420px;
	height: 80px;
	margin: 0px;
}
#b {
	float:left;
	width: 120px;
	height: 80px;
	margin: 0px;
}
#c {
	float:left;
	width: 120px;
	height: 80px;
	margin: 0px;
}
#d {
	float:left;
	width: 120px;
	height: 80px;
	margin: 0px;
}
#e {
	float:left;
	width: 120px;
	height: 80px;
	margin: 0px;
}
a:link{
	text-decoration: none;
	color: #FFFFFF;
	}

a:visited{
	text-decoration: none;
	color: #666666;
	}

a:hover{
	text-decoration: none;
	color: #FFFFFF;
	}

