#footer {
  float: left;
  margin: 10px;
  overflow: hidden;
  width: 960px;
}

#footer .sfondo
{
  width: 960px;
  height: 30px;
  background-color: #1F497D;
  position: relative;
  z-index: 1;
  float: left;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 0.8em;
  padding-top: 18px;
}
#footer .sfondo a{
  color: #fff;
}
#footer img
{
  float: right;
  position: relative;
  margin-right: 0px;
  z-index: 2;
  top: 40px;
}

#footer .term
{
  width: 960px;
  height: 7px;
  background-image: url(/gui-images/bor-blu-int-blu-out-b-btm.png);
  background-repeat: no-repeat;
  float: left;
  position: relative;
}