body{
	background-color:FFFCE9;
}

.sfondo {
	background-image: url(../img/sfondo.gif);
	background-repeat: no-repeat;
	background-color:FFFCE9;
	position:relative;
	height: 900px;
}

.intestazione {
	background-color:77933c;
}

.affiancati{
	display:block;
}

.sinistro {
	width: 35%;
}

.destro {
	position:absolute;
	right:5px;
	top:5px;
	width:550px;
	/*
	float:right; 
	display:block;
	*/
}

.centrato{
	text-align: center;
}

.grassetto{
	font-weight:bold;
}

li {
list-style-type: none;
}
