@charset "utf-8";
	
/* * * * * * * * * * * * * * * * * * * * * * * *
 *     COUNTDOWN STYLES                        *
 * * * * * * * * * * * * * * * * * * * * * * * */

.container#home {
	background: url("../_images/index_light.jpg") no-repeat top center;
}

div#countdown_box {
	color: #FF6600;
	font-family: Century Gothic, sans-serif;
	font-size: 96px;
	margin: 125px auto 0 auto;
	text-align: center;
}
div#countdown_box a {
	color: #FF6600;
	text-decoration: none;
}
div#countdown_box div#countdown span#dots {
	color: #333333;
}