body{ 
	font: normal 13px/20px Arial, Helvetica, sans-serif; word-wrap:break-word;
	color: #eee;
	padding: 0;
	margin: 0;
}

.banner-container{
	width: 590px;
	height: 150px;
	padding: 0;
	margin: 0;
	background-image: url("../img/RugbyBanner.jpg");
	background-repeat: no-repeat;
	position: relative;
}

.countdown{
	width: 240px;
	height: 65px;
	text-align: center;
	background: #222;
	background-image: -webkit-linear-gradient(top, #222, #333, #333, #222); 
	background-image:    -moz-linear-gradient(top, #222, #333, #333, #222);
	background-image:     -ms-linear-gradient(top, #222, #333, #333, #222);
	background-image:      -o-linear-gradient(top, #222, #333, #333, #222);
	border: 1px solid #111;
	border-radius: 5px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.6);
	margin: 0;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 40px;
}

.countdown:after, .countdown:before{
	content:"";
	width: 4px;
	height: 45px;
	top: 7px; 
	background: #444;
	background-image: -webkit-linear-gradient(top, #555, #444, #444, #555); 
	background-image:    -moz-linear-gradient(top, #555, #444, #444, #555);
	background-image:     -ms-linear-gradient(top, #555, #444, #444, #555);
	background-image:      -o-linear-gradient(top, #555, #444, #444, #555);
	display: block;
	position: absolute;
	border: 1px solid #111;
}

.countdown:before{
	content:"";
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
	left: -5px;
}

.countdown:after{
	content:"";
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
	right: -6px;
}

.countdown #tiles{
	position: relative;
	z-index: 200;
}

.countdown #tiles > span{
	width: 40px;
	font: bolder 30px 'Droid Sans', Arial, sans-serif;
	text-align: center;
	color: #111;
	background-color: #ddd;
	background-image: -webkit-linear-gradient(top, #bbb, #eee); 
	background-image:    -moz-linear-gradient(top, #bbb, #eee);
	background-image:     -ms-linear-gradient(top, #bbb, #eee);
	background-image:      -o-linear-gradient(top, #bbb, #eee);
	border-top: 1px solid #fff;
	border-radius: 3px;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.7);
	margin: 10px 3px 0;
	padding: 2px 0 0;
	display: inline-block;
	position: relative;
}

.countdown #tiles > span:before{
	content:"";
	width: 100%;
	height: 13px;
	background: #111;
	display: block;
	padding: 0 3px;
	position: absolute;
	top: 41%; left: -3px;
	z-index: -1;
	opacity: 0.6;
}

.countdown #tiles > span:after{
	content:"";
	width: 100%;
	height: 1px;
	background: #eee;
	border-top: 1px solid #333;
	display: block;
	position: absolute;
	top: 48%; 
	left: 0;
	opacity: 0.6;
}

.countdown .labels{
	width: 100%;
	height: 25px;
	text-align: center;
	position: absolute;
	bottom: -6px;
}

.countdown .labels li{
	width: 48px;
	font: bold 8px 'Droid Sans', Arial, sans-serif;
	color: #60b3e4;
	text-shadow: 1px 1px 0px #000;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}