html, body {
	margin:0;
	padding:0;
	
	color: #0e74b7;
	font-family: Helvetica,Arial,sans-serif;
	
}

#wrapper {
	margin:0 auto;
	width:1000px;
	padding-top: 120px;
}


h1#titolo
{
	background: url('../images/title.jpg') no-repeat center center;
	height: 200px;
	color: #ffffff;
	font-size: 1px;
	line-height: -2px;
}

div#subtitolo
{
	margin: 130px auto 20px;
	text-align: center;
	font-size: 37px;
	
	font-weight: normal;
}

.hasCountdown
{
	margin: 0px 230px;
}

/* 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: 77px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	text-align:left;
	color: #0e74b7;
}

#timer_days, #timer_hours, #timer_mins {
	/*background:url(../images/countdown1.png) #ffffff no-repeat;*/
	float:left;
	width:120px;
	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:100px;
	height:138px;
	padding:10px 0 0 22px;
	/*letter-spacing:55px;*/
}

/* timer labels */
.timer_labels {
	font-size: 25px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-weight:bold;*/
	text-align:center;
	/*color:#666;	*/
}

#timer_labels {
	position:relative;
}

#timer_days_label {
	position:absolute;
	top:100px;
	left:25px;	
}

#timer_hours_label {
	position:absolute;
	top:100px;
	left:160px;
	
}

#timer_mins_label {
	position:absolute;
	top:100px;
	left:305px;	
}

#timer_seconds_label {
	position:absolute;
	top:100px;
	left:440px;
}





/* 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;	
}

