#container 
{
    margin-top: 15px;
	color: #000;
	text-align: center;
}

#countdown_dashboard 
{
    position: absolute;
    width: 400px;
    margin: auto;
	height: 110px;
	z-index: 5;
	top: 550px;
	left: 250px;
}

.countdown_title
{
    position: absolute;
    top: 520px;
	left: 360px;
    font-size: 20px;
}

.dash {
	width: 55px;
	height: 47px;
	background: transparent url('images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 25px;
	position: relative;
}

.dash .digit {
	font-size: 22px;
	font-weight: bold;
	float: left;
	width: 26px;
	margin-top: 10px;
	text-align: center;
	font-family: Times;
	position: relative;
}

.dash_title {
	display: block;
	text-align: center;
	font-size: 10px;
	margin-top: 50px;
	text-transform: uppercase;
}

#content-wrapper
{
    position: relative;    
}
