html, body {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:957px;
	padding-top:0px;
}

/* timer general */
#timer {
	position:relative;
}



*:first-child+html hr {
	top:10px;
}


/* 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/countdown1.png) #ffffff no-repeat;
	float:left;
	width:236px;
	height:159px;
	padding:10px 0 0 18px;
	letter-spacing:60px;
}

#timer_hours {
	background:url(../images/countdown1.png) #ffffff no-repeat;
	float:left;
	width:236px;
	height:159px;
	padding:10px 0 0 18px;
	letter-spacing:60px;
}

#timer_mins {
	background:url(../images/countdown1.png) #ffffff no-repeat;
	float:left;
	width:236px;
	height:159px;
	padding:10px 0 0 18px;
	letter-spacing:60px;
}

#timer_seconds {
	background:url(../images/countdown2.png) #ffffff no-repeat;
	float:left;
	width:210px;
	height:138px;
	padding:10px 0 0 22px;
	letter-spacing:55px;
}

/* timer labels */
.timer_labels {
	font-size:40px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;	
}

#timer_labels {
	position:absolute;
}

#timer_days_label {
	position:absolute;
	top:150px;
	left:-850px;	
}

#timer_hours_label {
	position:absolute;
	top:150px;
	left:-620px;
	
}

#timer_mins_label {
	position:absolute;
	top:150px;
	left:-390px;	
}

#timer_seconds_label {
	position:absolute;
	top:150px;
	left:-160px;
}




