body {
	margin: 0;
	padding: 0;
	background-color: #11367E;
	background-image: url(../images/sfondo_pagina.png);
	background-repeat: repeat-y;
	background-position: center;
}

img {
	border:none;
}
#container {
	margin: 0 auto;
	width: 1000px;
	background-image: url(../images/sfondo_centrale.png);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}


#sopra {
	background-image: url(../images/sopra.png);
	height: 120px;
	width: 1000px;
}


#centrale {
	width: 750px;
	margin: 0 auto;
}
#centrale h1{
	color: #006699;
}
#centrale h2{
	color: #006699;
}


#sotto {
	padding: 0;
	background-image: url(../images/sotto.png);
	margin: 0px;
	height: 70px;
	width: 1000px;
} 

#sottosotto {
	padding: 0;
	margin: 0px auto;
	width: 600px;
	font-size: small;
	color: #666666;
	text-align: center;
}
#sottosotto a {
	color: #666666;
	text-decoration: none;
}

.testo {
	text-align: justify;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.testocentrato {
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #333333;
	margin: 0px auto;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
.testo h1 {
	color: #6699CC;
} 
.testo a:link, .testo a:visited, .testo a:active, .testocentrato a:link, .testocentrato a:visited, .testocentrato a:active {
	text-decoration:none;
	color:#FFFFFF;
	background-color: #6699CC;
	padding: 2px;
} 
.testo a:hover, .testocentrato a:hover {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #FFCC33;
	font-weight: bold;
} 

a:link, a:visited, a:active{
	text-decoration:none;
	color:#6699CC;
} 
