body {background:#efefef;}
.container {center;width:600px;height:400px;margin:120px auto}

h1 {background:#FFFFFF;color:#0000FF;text-align:center;}
h3 {background:#FFFFFF;color:#0000FF;text-align:center;}
a {text-decoration:none;color:#F60;}
a:hover {text-decoration:none;color:#1b1b1b;}

.countdown_section{ 
	background:#1b1b1b;
	width:140px;
	margin:30px 5px;
	border-radius:70px;
	height:140px;
	float:left;
	text-align:center;
}
.countdown_amount{
	margin:25px;
	color:#fff;
	font-size:32px;
	font-weight:bold;
	line-height:85px;
	text-align:center;
}
.countdown_day{
	text-align:center;
	font-size:24px;
	line-height:14px;
	color:#fff;
	text-transform:lowercase;
}
