*{
	margin:0;
    padding:0;
}

body{
	background:url(../immagini/bkg.png) #03a5dd repeat-x top left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:18px;
}

#main{
	margin:0 auto;
	position:relative;
	width:980px;
}

#header{
	background:url(../immagini/header.png) transparent no-repeat top center;
	width:980px;
	height:316px;
}

#center{
	width:980px;
}

#center_header{
	background:url(../immagini/center_header.png) transparent no-repeat top center;
	width:980px;
	height:40px;
}

#center_centro{
	background:url(../immagini/center_centro.png) transparent repeat-y top center;
	width:980px;
}

#center_footer{
	background:url(../immagini/center_footer.png) transparent no-repeat top center;
	width:980px;
	height:42px;
}

.testo{
	margin:0 10px;
}

.testo p{
	padding:10px 20px;
	text-align:justify;
}

#footer{}

h1{
	font-size:24px;
	font-weight:normal;
	text-align:center;
}

h2{
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

h3{
	font-size:16px;
	margin-left:20px;
}

.testo a{
	color:#0460be;
	font-weight:bold;
	text-decoration:none;
}

.testo a:hover{
	color:#0460be;
	font-weight:bold;
	text-decoration:underline;
}