

#wrapper {
	margin:0 0 0 0; background:url(../images/countdown.png) #f5f5f5 no-repeat center top;
	width:265px; height:105px;
	valign:top;
	padding:0px 0px 10px 0px;
}

/* timer general */
#timer {
	position:relative;
}



/* timer numbers */
.timer_numbers {
	font-size:23px;
	font-family:Verdana, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#000000;
}

#timer_days {
	/*background:url(../images/countdown.png) #ffffff no-repeat center;*/
	float:left;
	width:60px;
	height:20px;
	padding:43px 0 0 8px;
	letter-spacing:1px;
}

#timer_hours {
	
	float:left;
	width:62px;
	height:42px;
	padding:43px 0 0 2px;
	letter-spacing:1px;
}

#timer_mins {
	/*background:url(../images/countdown.png) #ffffff no-repeat center;*/
	float:left;
	width:64px;
	height:42px;
	padding:43px 0 0 0px;
	letter-spacing:1px;
}


#timer_seconds {
	/*background:url(../images/countdown.png) #ffffff no-repeat center;*/
	float:left;
	width:60px;
	height:42px;
	padding:43px 0 0 2px;
	letter-spacing:1px;
}
