@charset "utf-8";
/* CSS Document */

body {
	margin: 0; 
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: justify;
	color: #666666;
	background-image: url(../images/background.jpg);
}

a:link {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	text-decoration: underline;
}

a:visited {
	color: #333333;
	text-decoration: none;
}

.centraADV {
	text-align: center;
	position: Absolute;
	top: 50%;
	left: 50%;
	width: 700px;
	margin-left: -350px;
	height: 600px;
	margin-top: -300px;
}


.corner {
	color: #FFFFFF;
	text-align: left;
}

.corner a:link{
	color: #FFFFFF;
}

.corner a:hover{
	color: #FFFFFF;
}

.corner a:visited{
	color: #FFFFFF;
}

.cornerImg {
	 padding-right: 10px;
}

.copyright {
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

.copyright a{
	text-decoration: none;
	color: #FFFFFF;
	text-align: center;
	font-size: 10px;
}

.copyright a:link{
	text-decoration: none;
	color: #FFFFFF;
}

.copyright a:hover{
	text-decoration: underline;
	color: #FF9900;
}

.copyright a:visited{
	text-decoration: none;
	color: #FFFFFF;
}
	
img {
	border: 0px;
	background-color: transparent;
}

.menuSotto {
	color: #333333;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.menuSotto a{
	text-decoration: none;
	color: #333333;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

.newsTitolo {
	color: #FFFFFF;
	text-align: left;
}

.news {
	color: #FFFFFF;
	text-align: left;
}

.news a:link {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

.news a:hover {
	text-decoration: underline;
	color: #FFFFFF;
	text-align: left;
}

.news a:visited {
	text-decoration: none;
	color: #FFFFFF;
	text-align: left;
}

.padding10 {
	margin: 10px;
}

.spazioBanner {
	font-size: 14px;
	color: #FFFFFF;
}


.titoloBig {
	color: #333333;
	font-size: 18px;

}