#container {
	margin: 0px 0px;
	width: 335px;
	color: #555;
	margin-left:40px;
}

#countdown_dashboard {
	height: 75px;
}

.dash {
	width: 40px;
	height: 40px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-right: 20px;
	position: relative;
}

.dash .digit {
	font-size: 14pt;
	font-weight: bold;
	float: left;
	width: 40x;
	text-align: left;
	font-family: Times;
	color: #555;
	position: relative;
	margin: 10px 4px;
	margin-left:5px;
}

.dash_title {
	position: absolute;
	display: block;
	font-size: 8pt;
	color: #555;
	font-weight: bold;
	float: center;
	margin: 45px 0px;
}
