body
{
	margin: 0px;
	padding: 0px;
	font-family: HelveticaNeueLTStd_47, Helvetica, Arial, sans-serif;
	font-size: 13px;
	color: #666;
	background: url('immagini/sfondo.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.banda {
	background-color: rgba(255, 255, 255, 0.6);
	bottom: 100px;
	width: 100%;
	height: 200px;
	position: fixed;
    z-index: 5;
}

.banda img.logo {
    width: 130px;
    right: 30px;
    bottom: 5px;
    position: absolute;
    z-index: 20;
}

.banda .copyright {
    right: 20px;
    bottom: 10px;
    position: absolute;
    z-index: 20;
}

.under_construction {
	left: 400px;
    bottom: 100px;
	height: 200px;
	position: fixed;
    z-index: 10;
}

/* commento */
.banda .loghi {
    width: auto;
    height: auto;
    margin-top: 100px;
    margin-left: 50px;
}

.loghi img {
    width: 50px;
}

.loghi img:hover {
}
