BODY {
  margin:0px;
}
A.targhetta {
  background: none;
  font-size: 0;
  color: transparent;
  width: 112px;
  height:100px;
  display: block;
  text-decoration: none;
}
A.targhetta:hover,A.targhetta:visited:hover {
  background-image: url(targhetta.jpg);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  font-family: Arial,Geneva;
  font-size: 10px;
  color: black;
  width: 112px;
  height:15px;
  padding-top: 85px;
  display: block;
}
A.video {
  background: none;
  width: 200px;
  height:50px;
  display: block;
  text-decoration: none;
}
A.privacy,
A.privacy:link,
A.privacy:active,
A.privacy:visited {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  text-decoration: none;
}
A.privacy:hover,
A.privacy:visited:hover {
  font-family: Arial;
  font-size: 12px;
  color: #000000;
  text-decoration: underline;
}

.imageRound {
  border-radius: 10px;
  -moz-border-radius: 10px; /* firefox */
  -webkit-border-radius: 10px; /* safari, chrome */
}