a { text-decoration: none; text-align: center;}

img { border: 0px; text-align: center; }

/* **************** COUNTDOWN ***************** */
#countdown_dashboard {
	background: url(http://www.gaar.com/images/blog/countdown-small.jpg) top center no-repeat;
	height: 120px;
	margin-right: auto;
	margin-left: auto;
	width: 280px;
}

#countdown_dashboard a {
	display: block;
	width: 280px;
	height: 120px;
	z-index: 1;
}

.dash {
	height: 56px;
	float: left;
	padding-left: 6px;
	padding-top: 6px;
	position: relative;
	color: #041830;
}

.weeks_dash {
	margin-left:6px;
}

.days_dash {

}

.hours_dash {

}

.minutes_dash {

}

.seconds_dash {

}

.dash .digit {
	font: bold 20pt Verdana;
	font-weight: bold;
	float: left;
	width: 23px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}
