html, body {
	margin: 0;
	padding: 0;
}







.dash {
	width: 44px;
	height: 40px;
	background: url('../images/dash.png') no-repeat 0 0;
	float: left;
	margin-left: 20px;
	position: relative
}

.dash .digit {
	font-size: 16pt;
	
	float: left;
	width: 20px;
	text-align: center;
	font-family: Arial;
	color: #ffffff;
	position: relative;
}
.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 6px;
	font-size: 7pt;
	font-family: Arial;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 2px;
}