body{
	padding: 0;
	margin: 0;
	font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
#bg {
	position: relative;
	height: auto;
}
#bg .container{
	width: 20%;
	height: 100%;
	float: left;
	position: relative;
	background-color: #333;
}
.container .testo-sotto{
	position: absolute;
	bottom: 10%;
	z-index: 1;
	width: 90%;
	left: 5%;
	font-size: 16px;
	color: #ccc;
}
a:link{
    color: #fff;
    text-decoration: underline;
}
#bg .banda{
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 2;
}
.banda .text{
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 10%;
	letter-spacing: 7px;
	font-size: 14px;
}
#bg #logo{
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -250px;
	margin-top: -76px;
	z-index: 3;
    width: 500px;
}
#bg #logo img{
    width:100%;
}
