#sfondo_top {
	background-repeat: no-repeat;
	background-position: center top;
	text-align: center;
	margin: 0px;
	padding: 0px;
	z-index: 1;
	height: 331px;
	background-image: url(../images/sfondo_top.jpg);
}
#testo {
	color: #CCCCCC;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 18px;
	text-align: justify;
	padding-top: 160px;
	padding-right: 60px;
	padding-bottom: 60px;
	padding-left: 60px;
}
#sfondo_top #testo a {
	color: #CC6600;
	font-weight: bold;
}

#testo h1 {
	color: #CB2F30;
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}


body {
	margin: 0px;
	padding: 0px;
	background-color: #0D0F76;
	background-repeat: repeat-x;
	text-align: center;
	background-image: url(../images/sfondo_body.jpg);
	background-position: left top;
}

#sfondo_bottom {
	background-image: url(../images/sfondo_bottom1.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px;
	background-color: #0D0F76;
	z-index: 100;
	position: relative;
	margin: 0px;
	height: 360px;
}
#container {
	margin-top: 120px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
