html, body {
	margin: 0;
	padding: 0;
}
body {
	text-align: center;
}
#container {
	margin: 100px auto;
	width: 700px;
	color: #555;
}
#countdown_dashboard {
	height: 110px;
	width: 400px;
	margin-left:140px;
}
.dash {
	width: 110px;
	height: 110px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	background-size: 100% auto;
	float: left;
	margin-left: 20px;
	position: relative;
}
.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #bed600;
	position: relative;
}
.dash.days_dash {
	background: transparent url('../images/dash_doubble.png') 0 0 no-repeat;
	background-size: 100% auto;
	width: 320px;
	height: 152px;
	left:25px;
	margin-bottom:10px;
}
.dash.days_dash .digit {
	font-size: 80pt;
	width: 80px;
}
.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #8e9300;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}