body {
	text-align: center;

}

#container {
	margin: 1px auto;
	width: 300px;
	color: #c0efaf;
}

#countdown_dashboard {
	height: 0px;
}

.dash {
	width: 55px;
	height: 30px;
	background: transparent url('../images/dash1.png') 0 0 no-repeat;
	float: left;
	margin-left: 5px;
	position: relative;
}

.dash .digit {
	font-size: 11pt;
	font-weight: 300;
	float: left;
	width: 25px;
	text-align: center;
	font-family: Ubuntu;
	color: #23bcbc;
	position: relative;
	top: 3px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 2px;
	right: -235px;
	font-size: 8pt;
	color: #666666;
	text-transform: none;
	letter-spacing: 2px;
	vertical-align: middle;
	text-align: center;
	width: 289px;
	height: 13px;
}
