html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	text-align: center;
	background-color: #2e2e2e;
}


.dash {
	width: 138px;
	height: 96px;
	float: left;
	margin-left: 2px;
	padding-left: 13px;
	position: relative;
	color: #333;
}

.dash_day {
	width: 195px;
	height: 96px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 8px;
	padding-left: 15px;
	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 52pt Verdana;
	font-weight: bold;
	float: left;
	width: 59px;
	text-align: center;
	position: relative;
}

.dash_day .digit {
	font: bold 52pt Verdana;
	font-weight: bold;
	float: left;
	width: 57px;
	text-align: center;
	position: relative;
}
