html, body {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:400px;
	padding-top:15px;
}

/* timer general */
#timer {
	position:relative;
}

hr {
	position:absolute;
	top:26px;
	left:0;
	width:400px;
	border:0px;	
	background-color:#fff;
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font-size:38px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}

#timer_days {
	background:url(../images/countdown1_med.png) #ffffff no-repeat;
	float:left;
	width:88px;
	height:61px;
	padding:18px 0 0 8px;
	letter-spacing:21px;
}

#timer_hours {
	background:url(../images/countdown1_med.png) #ffffff no-repeat;
	float:left;
	width:88px;
	height:61px;
	padding:18px 0 0 8px;
	letter-spacing:21px;
}

#timer_mins {
	background:url(../images/countdown1_med.png) #ffffff no-repeat;
	float:left;
	width:88px;
	height:61px;
	padding:18px 0 0 8px;
	letter-spacing:21px;
}  

#timer_seconds {
	background:url(../images/countdown2_med.png) #ffffff no-repeat;
	float:left;
	width:88px;
	height:61px;
	padding:18px 0 0 8px;
	letter-spacing:21px;
}

/* timer labels */
.timer_labels {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;	
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:58px;
	left:18px;	
}

#timer_hours_label {
	position:absolute;
	top:58px;;
	left:110px;
	
}

#timer_mins_label {
	position:absolute;
	top:58px;
	left:210px;	
} 

#timer_seconds_label {
	position:absolute;
	top:58px;
	left:309px;
}





/* below style not apart of the tutorial */
p#demoPage {
	display:inline;
	padding:5px;
	background-color:#000000;
	color:#FFFFFF;
	margin:20px 0;
	font-size:18px;
}

p#demoPage a {
	color:#FFFFFF;	
}

