html, body {
	margin:0;
	padding:0;
}

#wrapper {
	margin:0 auto;
	width:555px;
}

/* timer general */
#timer {
	position:relative;
}

hr {
	position:absolute;
	top:43px;
	left:0;
	width:555px;
	border:1px solid #ffffff;	
}

*:first-child+html hr {
	top:370px;
}


/* timer numbers */
.timer_numbers {
	font-size:47px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color:#ffffff;
}

#timer_years {
	background:url(../images/countdown3.png) #ffffff no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

#timer_months {
	background:url(../images/countdown3.png) no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

#timer_weeks {
	background:url(../images/countdown3.png) no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

#timer_days {
	background:url(../images/countdown3.png) no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

#timer_hours {
	background:url(../images/countdown3.png) no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

#timer_mins {
	background:url(../images/countdown3.png) no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

#timer_seconds {
	background:url(../images/countdown3.png) no-repeat;
	float:left;
	width:80px;
	height:109px;
	padding:25px 0 0 12px;
	letter-spacing:5px;
}

/* timer labels */
.timer_labels {
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:center;
	color:#6a0000;	
}

#timer_labels {
	position:relative;
}

#timer_years_label {
	position:absolute;
	top:150px;
}

#timer_months_label {
	position:absolute;
	top:110px;
	left:12px;	
}

#timer_weeks_label {
	position:absolute;
	top:110px;
	left:110px;	
}

#timer_days_label {
	position:absolute;
	top:110px;
	left:207px;	
}

#timer_hours_label {
	position:absolute;
	top:110px;
	left:295px;
	
}

#timer_mins_label {
	position:absolute;
	top:110px;
	left:390px;	
}

#timer_seconds_label {
	position:absolute;
	top:110px;
	left:485px;
}





/* 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;	
}

