#clock{margin-left:0px;height: 100px;margin:20px auto;margin-top: -15px;}
#hour,#min,#sec,#day {
	background: url("../img/clock.png") no-repeat center 22pt;
	float:left;
	width:40px;
	height:58px;
	position:relative;
	display:block;
	padding: 24px 6px 0;
	
	
	
}
#day0,#sec0,#min0,#hour0   {
	margin:0px;
	padding:0px;
	float:left;
	color:#162e43;
	font-size:38px;
	font-weight:bold;
	position:absolute;
	  overflow: unset;
	  width: 35px;
	  color:#fff;
	  
	  
}
#txt{margin-top: 50px;text-align:center;}
#sec1,#min1,#hour1,#day1 {
	margin-left:19px;
	padding:0px;
	color:#162e43;
	font-size:38px;
	font-weight:bold;
	position:absolute;
	  overflow: unset;
	  width: 35px;
	  margin-top: 0;
	  color:#fff;
}
#timer_wrap {
	margin: 0 auto;
	-moz-border-radius:10px;
	height:65px;
	width:300px;
	padding:15px 18px;
}		
#clock {

}
#razd {
	float:left;
	color:#162e43;
	font-weight:700;
	font-size:46px;
	margin: 13px -3px 0 3px;
}
#stop {
	color:white;
	font-size:22px;
	margin:15px 10px 10px 25px;
	text-align: center;
	margin: 0 auto;
	width: 200px;
}