/*html, body, .wrapper {
  height: 200px;
  width: 900px;
}
  body { background: url(../img/bg-tile.png) repeat; }*/

.wrapper {
	display: table;
	float: left;
	height: 56px;
	width: 130px;
	position: relative;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 0px;
}

.cell {
  display: table-cell;
  margin: 0;
  padding: 0;
  text-align: center;
  vertical-align: middle;

}

#holder {
  width: 251px;
  height: 70px;
  margin: auto;
}

.cntSeparator { display: none; }

.cntDigit {
	vertical-align:middle;
	margin-top: 10px !important;
}

  .cntDigit#cnt_0 { margin-left: 0px; }
  .cntDigit#cnt_2 { margin-left: 10px; }
  .cntDigit#cnt_4 { margin-left: 10px; }
  .cntDigit#cnt_6 { margin-left: 10px; }
  .top_cntbox {
	height: 70px;
	width: 251px;
	margin-bottom: 0px;
	float: right;
	margin-top: -40px;
	padding-right: 1%;

}
.top_cnt {
	width: 100%;
}
.top_clock {
	float: left;
	height: 73px;
	width: 195px;
	background-color: yellow;
	color: yellow;
}
.top_clockw {
	float: left;
	height: 72px;
	width: 586px;
}
.top_time{
	position: absolute;
	height: 70px;
	width: 251px;
	left: 129px;
	top: 42px;
	}
