h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	float:left;
	margin: 10px auto;
	width: 700px;
	color: #555;
}

#countdown_dashboard {
	height: 110px;
}

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

.dash .digit {
	font-size: 75pt;
	font-weight: bold;
	float: left;
	width: 75px;
	text-align: center;
	font-family: helvetica, arial;
	color: #fff;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 30px;
	right: 40px;
	font-size: 12pt;
	color: #ccc;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}



#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}