html, body {
  background: url('../immagini/bg-home.gif');
  margin: 0 auto;
}

#splash {
  width: 780px;
  height: 612px;
  margin: 0 auto;
}

ul#hmenu {
  position: relative;
  top: -70%;
  left: 3%;
  width: 200px;
  height: 160px;
  background: transparent none;
  list-style-type: none;
}
 
* html ul#hmenu {
  top: -43%;
  width: 230px;
  padding-top: 4px;
}

ul#hmenu li {
  width: 200px;
  height: 32px;
}

* html ul#hmenu li {
  margin-top: -4px;
}

#nascondi {
  visibility: hidden;
}

