body {
	font: caption;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
#container {
	background: linear-gradient(#fff, #ccc);
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#countdown {
	color: #555;
	font-size: 10em;
	font-weight: 100;
	margin: -10% 0 0 0;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	text-shadow: 0 1px 0 #fff;
	top: 50%;
}