body {
  margin: 0;
  padding: 0;
  font-family: tahoma, arial, verdana, sans-serif;
  font-size: 12px;
}
#wrapper-info {
  position: absolute;
  z-index: 100;
  top: -50px;
  left: 50%;
  margin-left: -285px;
  width: 530px;

  opacity: 1;
}
#info {
  position: absolute;
  top: 0;
  width: 530px;
  padding: 25px 20px 20px 20px;
  background: #FFFFFF;
  
  -moz-box-shadow: 0 0 9px #2F2526;
  -webkit-box-shadow: 0 0 9px #2F2526;
  box-shadow: 0 0 9px #2F2526;

  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}
#info p {
  margin: 0;
  padding: 0;
  text-align: center;
}
#wrapper-main {
  position: absolute;
  z-index: 50;
  top: 50%;
  left: 50%;
  margin-top: -341.5px;
  margin-left: -383px;
  width: 736px;
  height: 683px;
  background: transparent url(../images/sadkon_splat.png) no-repeat center center;
}
#wrapper-countdown  {
  position: absolute;
  top: 320px;
  left: 160px;
}
span {
  text-indent: -99999px;
}
span.no {
  display: inline-block;
  width: 44px;
  height: 105px;
  background: transparent url(../images/numbers.png) no-repeat 0 0;
}
span.dsh {
  display: inline-block;
  width: 64px;
  height: 105px;
  background: transparent url(../images/dsh.png) no-repeat left center;
}
span.colon {
  display: inline-block;
  width: 24px;
  height: 105px;
  background: transparent url(../images/colon.png) no-repeat center center;
}