div#footer{
	position: relative;
	height: 24px;
	width: 100%;
}

div#footer_left{
	width: 9px;
	height: 23px;
	background-color: #000000;
	background-image: url(immagini/footer_left.png);
	background-repeat: no-repeat;
	float: left;
}

div#footer_right{
	width: 9px;
	height: 23px;
	background-color: #000000;
	background-image: url(immagini/footer_right.png);
	background-repeat: no-repeat;
	float: right;
}

div#footer_center{
	font-size: 90%;
	background-color: #000000;
	text-align: center;
	height: 20px;
	padding-top: 3px; 
}




.copyright
{
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
	color: #ffffff;
}


.links{
	font-size: 80%;
	text-decoration: none;
	font-weight: normal;
	color:#999999;
}
.links:hover{
	font-size: 80%;
	font-weight: normal;
	text-decoration: underline;
	color:#FFFFFF;
}



