
#countdown 
{
width: 650px; 
height:48px;
text-align: center; 


}


.numbers
{
	font-size: 45px;
	font-family: Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	color:#e5eaec;

}


#days {
	background:url(http://shootthecenterfold.com/wp-content/themes/awake/lib/counter/images/CIMAGES/background-days.png) no-repeat;
	background-repeat: no-repeat;
	float:left;
	width:116px;
	height:74px;
	padding: 18px 3px 0px 3px;
	margin: 2px 10px 0px 3px;
	letter-spacing: 7px;
}
#hours
{
	background:url(http://shootthecenterfold.com/wp-content/themes/awake/lib/counter/images/CIMAGES/background-hours.png) no-repeat;
	width:75px;
	height:74px;
	float:left;
	padding: 18px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#minutes
{
	background:url(http://shootthecenterfold.com/wp-content/themes/awake/lib/counter/images/CIMAGES/background-minutes.png) no-repeat;
	width:75px;
	height:74px;
	float:left;
	padding: 18px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}
#seconds 
{
	background:url(http://shootthecenterfold.com/wp-content/themes/awake/lib/counter/images/CIMAGES/background-seconds.png) no-repeat;
	width:75px;
	height:74px;
	background-repeat: no-repeat;
	float:left;
	padding: 18px 0px 0px 3px;
	margin: 1px;
	letter-spacing: 7px;
}

.spacer
{
	width:13px;
	height:68px;
	background:url(http://shootthecenterfold.com/wp-content/themes/awake/lib/counter/images/CIMAGES/spacer.png) no-repeat;
	float:left;
	display:block;
	margin-right:5px;
}


