#container {
    text-align: center;
	color: #555;
    width: 500px;
}

#countdown_dashboard {
	height: 55px;
    width: 500px;
}

.dash {
	width: 75px;
	height: 65px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
    margin-left: 15px;
}

.dash2 {
	width: 115px;
	height: 65px;
	background: transparent url('images/dash2.png') 0 0 no-repeat;
}

.dash .digit {
	font-size: 40pt;
    margin-left: 00px;
	font-weight: bold;
	float: left;
	width: 37px;
	text-align: center;
	font-family: Times;
	color: #555;
}

.dash2 .digit {
	font-size: 40pt;
    margin-left: 00px;
	font-weight: bold;
	float: left;
	width: 37px;
	text-align: center;
	font-family: Times;
	color: #555;
}

.dash_title {
	display: block;
	font-size: 8pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 15px;
}
.dash_title2 {
	display: block;
	font-size: 8pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
    vertical-align: top;
    margin-top: 5px;
    margin-left: 15px;
}