

#container2 {
	margin: 0px auto;
	width: 700px;
	color: #555;
	position: absolute;
	display: block;
    left:650px;
}

#countdown_dashboard {
margin: 0px auto;
	height: 10px;
padding-left: 680px;
}

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

.dash .digit {
	font-size: 28pt;
	font-weight: bold;
	float: left;
	width: 34px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 10px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

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