html {
	  background: url(../img/bg.jpg) no-repeat fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    overflow:hidden;
}

html, body, .wrapper {
  height: 100%;
  width: 100%;
}
  body { background:}

.wrapper { display: table; }

.cell {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

#holder {
  background: url(../img/time-placeholder.png) 30px 0px no-repeat;
  width: 600px;
  height: 200px;
  margin: auto;
}

.cntSeparator { display: none; }

.cntDigit {
  margin-top: 15px !important;
}

  .cntDigit#cnt_0 { margin-left: 30px; }
  .cntDigit#cnt_2 { margin-left: 7px; }
