/** Main sections */
img {
	border:0;
}

/** Countdown */

#countdown {
	width:770px;
	height:120px;
	display: inline;
    float: right;
}
.dash {
	width: 127px;
	height: 100px;
	background: transparent url(images/box.jpg) 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 70px;
	font-weight: bold;
	float: left;
	width: 39px;
	text-align: center;
	font-family: Arial;
	color: #2f2e2e;
	position: relative;
	margin: 0px 0 0 13px;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	text-align:center;
	font-weight:bold;
	width:122px;
	font-size: 12px;
	color: #2f2e2e;
}
