#content .center-page {
	position: relative;
	width: 600px;
}
#content .countdown-holder {
	margin: 20px auto;
	padding: 0;
	width: 410px;
	text-align: center;
	color: #FFF;
	font-size: 96px;
	font-family: Arial;
	font-weight: bold;
}

#content .countdown-left {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 27px;
	height: 137px;
	background: url("/images/countdown_left.png") top left no-repeat;
}

#content .number {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 74px;
	height: 137px;
	background: url("/images/countdown_number.png") top left no-repeat;
	position: relative;
}

#content .number p.number-text {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 12px;
	line-height: 96px;
}

#content .comma-separator {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 46px;
	height: 137px;
	background: url("/images/countdown_comma.png") top left no-repeat;
	position: relative;
}

#content .comma-separator p.comma-text {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	left: 15px;
	line-height: 96px;
}

#content .countdown-right {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 29px;
	height: 137px;
	background: url("/images/countdown_right.png") top left no-repeat;
}
