#container {
	margin: 100px auto;
	width: 300px;
	color: #eee;
}

#countdown_dashboard {
	height: 130px;
	margin-left: 0px;
}

.dash {
	width: 90px;
	height: 63px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 2px;
	padding-left: 10px;
	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 {
	clear: left;
	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 36pt Verdana;
	font-weight: bold;
	float: left;
	width: 38px;
	text-align: center;
	position: relative;
	color:#ff1100
}

.dash_title {
	display: none;
}

.dev_comment {
	clear: left;
	font-size: 14pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}
