
/* @group Footer */
/*
#footer {
	font-size: 11px;
	text-align: center;
	margin-top: 100px;
	color: #888;
	clear: both;
}
*/
div#footer {
	font-size: 12px;
	margin-top: 60px;
	color: #888;
	clear: both;
	width: 100%; 
	background: url(art/barratitolo.png) repeat-x 50% 100%;
	text-align: center;
	padding: 0.5em 0;
}

div#footer ul {
        list-style: none;
        padding: 0;
        margin: 0 0 5px 0;
	height: 1.5em;
	text-align: center;
}

div#footer ul li {
        display: inline;
        margin-right: 15px;
        font-size: 90%;
}

div#footer ul li a {
        color: #4B8EDF;
        text-decoration: none;
}

div#footer ul li a:hover {
        color: red;
        text-decoration: underline;
}



/* @end */


