

#wrapper {
	margin:0 auto;
	width:650px;
	margin-top:50px;

}

/* timer general */
#timer {
	position:relative;
}

hr {
	position:absolute;
	top:60px;
	left:0;
	width:972px;
	border:1px solid #ffffff;
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font-size:100px;
	text-align:left;
	color:#ffffff;
}

#timer_days {
	float:left;
	width:140px;
	height:140px;
	padding:10px 0 0 20px;
	letter-spacing:10px;
}

#timer_hours {
	float:left;
	width:140px;
	height:140px;
	padding:10px 0 0 20px;
	letter-spacing:10px;
}

#timer_mins {
	float:left;
	width:140px;
	height:140px;
	padding:10px 0 0 20px;
	letter-spacing:10px;
}

#timer_seconds {
	float:left;
	width:140px;
	height:140px;
	padding:10px 0 0 20px;
	letter-spacing:10px;
}

/* timer labels */
.timer_labels {
	font-size:25px;
	font-weight:bold;
	text-align:center;
	color:#A6A090;
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:140px;
	left:50px;
}

#timer_hours_label {
	position:absolute;
	top:140px;
	left:210px;
	
}

#timer_mins_label {
	position:absolute;
	top:140px;
	left:380px;	
}

#timer_seconds_label {
	position:absolute;
	top:140px;
	left:530px;
}


