html, body {
	margin:0;
	padding:0;
}

#wrapper {
	width:90%px;
	padding:30px 0 130px 120px;
	
}

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

hr {
	position:absolute;
	top:10px;
	left:0;
	width:90%;
	border:1px dotted #ffffff;	
}

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


/* timer numbers */
.timer_numbers {
	font-size:50px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}

#timer_days {
	background:url(../images/countdown/countdown01.png) #ffffff no-repeat;
	float:left;
	width:118px;
	height:99px;
	padding:10px 0 0 12px;
	letter-spacing:25px;
}

#timer_hours {
	background:url(../images/countdown/countdown02.png) #ffffff no-repeat;
	float:left;
	width:118px;
	height:99px;
	padding:10px 0 0 12px;
	letter-spacing:25px;
}

#timer_mins {
	background:url(../images/countdown/countdown03.png) #ffffff no-repeat;
	float:left;
	width:118px;
	height:99px;
	padding:10px 0 0 12px;
	letter-spacing:25px;
}

#timer_seconds {
	background:url(../images/countdown/countdown04.png) #ffffff no-repeat;
	float:left;
	width:105px;
	height:89px;
	padding:10px 0 0 12px;
	letter-spacing:25px;
}

/* timer labels */
.timer_labels {
	font-size:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#666;	
}

/* 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;	
}

