#splashfon, #splashbox {
  background: transparent url(/img/blackfon.png) repeat left top;
}
#splashfon {
  z-index: 5;
  position: absolute;
  top: 0px;
  left: 0px;
  padding: 0px;
  display: none;
}
#splashbox {
  padding: 10px;
  margin: 0 auto;
}
body {
  overflow: auto;
}

