/* CSS Document */

.countdown {
	width: 260px;
	padding: 40px 25px 0 5px;
	text-align: center;
	height: 85px;
	margin: 40px 0 0 100px;
	float: left;

}
.countdown p {
	color: #FFFFFF;
	font-weight: bold;
	margin: 4px 0 0 0;
}

.countdown h1 {
	background: none;
	color: #fff;
}

.outer_left {
	width: 50%;
	float: left;
}
.outer_right {
	width: 50%;
	float: right;
}

.segment {
	float: left;
	width: 63px;
	text-align: center;
}

.days {
	float: left;
	width: 56px;
	text-align: center;
}
.hours {
	float: right;
	width: 56px;
	text-align: center;
}
.mins {
	float: left;
	width: 56px;
	text-align: center;
}
.secs {
	float: right;
	width: 56px;
	text-align: center;
}