
#container 
{
	margin-top: 20px;
	color: #fff ;
}

#countdown_dashboard {
	margin-top: 30px;
}

.dash {
	width: 60px;
	height: 42px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	margin-top: 2px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url('../images/dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('../images/dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	background: transparent url('../images/dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('../images/dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('../images/dark_seconds_dash.png') 0 0 no-repeat;
}

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

.dash_title {
	display: none;
}

