html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 76%;
	color: #bcde02;
	text-align:center;
	background-color: #000;
	background-attachment: scroll;
	background-image: url(web/immagini/fondohome.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#tutto {
	width: 1000px;
	height: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
h1 {
	font-size: 24px;
	font-weight: bold;
}
.sinistra {
	width: 200px;
	float: left;
	padding-top: 800px;
	padding-right: 40px;
	padding-left: 60px;
	text-align: left;
}
.sinistra a {
	font-weight: bold;
	color: #FFF;
	text-decoration: none;	
}
.sinistra a:hover {
	font-weight: bold;
	color: #bcde02;
	text-decoration: underline;
}
.destra {
	width: 700px;
	float: right;
	text-align: left;
}
.destra1 {
	width: 450px;
	float: left;
	text-align: left;
	height: 200px;
	padding-left: 40px;
}
.destra2 {
	width: 100%;
	float: left;
	text-align: left;
	height: 275px;
}
.destra3 {
	width: 100%;
	float: left;
	text-align: center;
	height: 110px;
}
.destra3 img{
	margin-left: 50px;
	margin-right: 50px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.destra4 {
	width: 100%;
	float: left;
	text-align: center;
	height: 330px;
}
.destra5 {
	width: 100%;
	float: left;
	text-align: center;
	line-height: 30px;
}
.destra51 {
	width: 170px;
	float: left;
	text-align: left;
	line-height: 21px;
}
.destra51 a{
	font-weight: bold;
	color: #bcde02;
	text-decoration: none;	
}
.destra51 a:hover{
	font-weight: bold;
	color: #fff;
	text-decoration: none;	
}
.clr {clear: both;}
p {color:#fff;}
.titolo1 {
	width: 195px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	color: #bcde02;
	font-size: 11px;
	padding-top: 10px;
	font-weight: bold;
}

