html, body
{
    height: 100%;
}

#content{
  width:100%;
  height:100%;
  background-color: #fff;
  float:left;
  background-image: url("../images/slide_home/5.jpg");
  background-size: cover;
}

#comuni{
  width:600px;
  height:400px;
  background-color: #000;
  border:1px solid #eee;
  position: fixed;
  left:50%;
  top:50%;
  margin-left:-300px;
  margin-top:-200px;
  padding:20px;
}

#titolo{
  text-align: center;
  width:100%;
  height:30px;
  background-color: #111;
  color:#fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom:20px;
}

.comuni-stemma{
  float:left;
  padding:5px;
}

.comuni-stemma.disable{
  opacity:0.3 !important;
}

.comuni-stemma:hover{
  opacity:0.7;
}

#sponsor-list{
  position: fixed;
  bottom:0;
  left:0;
  width:100%;
  height:80px;
  background-color: #fff;
  text-align: center;
}

.sponsor{
  float:left;
}
.sponsor img{
  height:80px;
  width:auto;
}
