html, body {
	margin: 0;
	padding: 0;
}

body {
/* 	text-align: center; */
	background:  #cc0000 url(../images/bigband.png) no-repeat top center;
	
}

h1 {
	font-size: 22pt;
	letter-spacing: 0px;
	border-bottom: 1px solid #ddd;
	margin: 0;
	font-family: Slackey;
	color: #fff;
	text-shadow: 0px -1px 4px #8fcc03, 0px -2px 10px yellow, 0px -10px 20px #ff8000, 0px -18px 40px red;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
	font-family: Slackey;
	color: #a31435;
}
a.urli{
	font-size: 22px;
	font-family: Oswald;
	color: #fff;
	text-decoration: none;
	letter-spacing: 4px;
}
a.urli:hover{
	border-bottom: 1px dashed #fff;
}

#links{
	width:100%;
	position:absolute;
	bottom:10%;
	padding:0 5em;
}


#container {
	margin: 10px auto;
	width: 700px;
	color: #555;
	z-index: 10;
}

#countdown_dashboard {
	margin-top: 300px;
	height: 110px;
}

.dash {
	width: 110px;
	height: 114px;
	/* background: transparent url('../images/dash.png') 0 0 no-repeat;*/
	float: left;
	margin-left: 20px;
	position: relative;
}

.dash .digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Slackey;
	color: #fff;
	position: relative;
	text-shadow: -3px 3px 3px rgba(0,0,0, 0.3);
}

.dash_title {
	position: absolute;
	display: block;
	top: 100px;
	
	right: 6px;
	font-size: 9pt;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: Oswald;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

