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

/* timer general */
#timer {
	position:relative;
	width: 260px;
	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: 16px;
}

#timer_hours_label {
	position:absolute;
	top: 42px;
	left: 80px;

}

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

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

