#wrapper {
	margin:0 auto;
	width: 310px;
	padding-top:300px;
}

/* timer general */
#timer {
	position:relative;
	width: 290px;
	right: 277px;
	top: 27px;
}

hr {
	position:absolute;
	top: 21px;
	left: 0;
	width: 278px;
	height: 1px;
	background: #fff;	
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font-size: 30px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}

#timer_days {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:70px;
	height:48px;
	/*padding: 5px 0 0 7px;*/
	padding: 13px 0 0 7px;
	letter-spacing: 15px;
	margin-right: -5px;
}

#timer_hours {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:70px;
	height:48px;
	/*padding: 5px 0 0 7px;*/
	padding: 13px 0 0 7px;
	letter-spacing: 15px;
	margin-right: -5px;
}

#timer_mins {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:70px;
	height:48px;
	/*padding: 5px 0 0 7px;*/
	padding: 13px 0 0 7px;
	letter-spacing: 15px;
	margin-right: -5px;
}

#timer_seconds {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:64px;
	height:43px;
	/*padding: 5px 0 0 7px;*/
	padding: 13px 0 0 7px;
	letter-spacing: 15px;
	margin-right: -5px;
}

/* timer labels */
.timer_labels {
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color: #000;	
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top: 42px;
	left: 18px;	
}

#timer_hours_label {
	position:absolute;
	top: 42px;
	left: 86px;
	
}

#timer_mins_label {
	position:absolute;
	top: 42px;
	left: 161px;	
}

#timer_seconds_label {
	position:absolute;
	top: 42px;
	left: 233px;
}

