BODY {
  BACKGROUND: #000000;  
  MARGIN:0px;
  overflow:hidden;
}
  
IMG { border:0px; }

.sfondo {
  position:absolute;
  z-index:1;
  right:0px;
  bottom:0px;
  height:768px;
  width:616px;
  background:#000000 url(../images/sfondo.jpg) no-repeat;
}

.logo {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  height:114px;
  width:268px;
  background:transparent url(../images/logo_intro_paliotta.png) no-repeat;
  margin-top: -150px;
  margin-left: -134px;
}

.tasto_sito {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  height:20px;
  width:208px;
  margin-left: -104px;
  margin-top: -10px;
}

.tasto_foto {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  height:20px;
  width:208px;
  margin-left: -130px;
  margin-top: 30px;
}

.logo-premio-web-star {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  height:90px;
  width:90px;
  margin-left: -37.5px;
  margin-top: 140px;
}

.copyrig {
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  background:transparent url(../images/copy.jpg) no-repeat;
  height:66px;
  width:337px;
  margin-left: -168px;
  margin-top: 70px;
}

.divisorio {
  position:absolute;
  z-index:2;
  width:400px;
  color:#e2001a;
  background-color:#e2001a;
  border:none;
  height:2px;
  left:50%;
  top:50%;
  margin-left: -200px;
  margin-top: -30px;
}

.divisorio2 {
  width:400px;
  color:#e2001a;
  background-color:#e2001a;
  border:none;
  height:2px;
  position:absolute;
  z-index:2;
  left:50%;
  top:50%;
  margin-left:-200px;
  margin-top:60px;
}
/* FINE GENERICO */