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

hr {
	position:absolute;
	top:60px;
	width:205px;
	margin:0 0 0 -20px;
	border:2px solid #000;
}

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


/* timer numbers */
.timer_numbers {
	font-size:100px;
	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:211px;
	height:159px;
	padding:10px 0 0 22px;
	letter-spacing:55px;
}

#timer_hours {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:211px;
	height:159px;
	padding:10px 0 0 22px;
	letter-spacing:55px;
}

#timer_mins {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:211px;
	height:159px;
	padding:10px 0 0 22px;
	letter-spacing:55px;
}

#timer_seconds {
	background:url(../images/countdown2.png) no-repeat;
	float:left;
	width:188px;
	height:138px;
	padding:10px 0 0 22px;
	letter-spacing:55px;
}

/* timer labels */
.timer_labels {
	font-size:16px;
	letter-spacing:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#ffffff;	
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:150px;
	left:58px;	
}

#timer_hours_label {
	position:absolute;
	top:150px;
	left:290px;
	
}

#timer_mins_label {
	position:absolute;
	top:150px;
	left:525px;	
}

#timer_seconds_label {
	position:absolute;
	top:150px;
	left:765px;
}
#countdown {
padding:15px 0;
width:910px;
height:150px;
margin:0 auto;
}