

html, body {
	margin: 0;
	padding: 0;
	font-family: Tahoma;
}

body {
	text-align: center;
	background: #000 url('20120401.jpg') no-repeat 0px 0px;
}

h1 {
	font-size: 38pt;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

#container {
	margin: 0px auto;
	margin-top: 40px;
	color: #eee;
}

#countdown_dashboard {
	position: relative;
	width: 380px;
	height: 50px;
	overflow: hidden;
}

.dash {
	width: 69px;
	height: 48px;
	background: transparent url('dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 1px;
	padding-left: 6px;
	position: relative;
	color: #333;
}

.weeks_dash {
	background: transparent url('dark_weeks_dash.png') 0 0 no-repeat;
}

.days_dash {
	background: transparent url('dark_days_dash.png') 0 0 no-repeat;
}

.hours_dash {
	background: transparent url('dark_hours_dash.png') 0 0 no-repeat;
}

.minutes_dash {
	background: transparent url('dark_minutes_dash.png') 0 0 no-repeat;
}

.seconds_dash {
	background: transparent url('dark_seconds_dash.png') 0 0 no-repeat;
}

.dash .digit {
	font: bold 26pt Verdana;
	font-weight: bold;
	float: left;
	width: 30px;
	text-align: center;
	position: relative;
}

.dash_title {
	display: none;
}

.dev_comment {
	clear: left;
	font-size: 7pt;
	color: #fff;
	text-align: center;
	padding-top: 10px;
	margin: 20px 10px;
}


#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}

#bottom {
	position: relative;
	margin-top: 60px;
}

#deathpop {
	background: url(bottom2.png) no-repeat left top;
	position:relative;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 400px;
	padding-top: 160px;
	left: 15px;
	top: -60px;
	border: 0px;
}
#socialBox {
	background: url(bottom1.png) no-repeat right top;
	width: 500px;
	height: 80px;
	float:right;
	position:relative;
}
.socialLink {
	position: absolute;
	display: block;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 50px;
	padding-top: 50px;
	top: 15px;
	border: 0px;
}
#fb { left: 157px; }
#tw { left: 208px; }
#yt { left: 260px; }
#chat {
	width: 135px;
	left: 340px;
}

#logo {
	position: relative;
	background: url('logo.png') no-repeat right top;
	width: 720px;
	height: 200px;
	float: left;
}

#getReady {
	position: relative;
	background: transparent url('getready.png') no-repeat 0 0;
	width: 250px;
	height: 70px;
	margin-top: 25px;
}
#caverock {
	position: relative;
	background: url('caverock.png') no-repeat right top;
	width: 225px;
	height: 75px;
	margin-left: 160px;
}

#buytickets {
	position: relative;
	display: block;
	overflow: hidden;
	background: url('buytickets.png') no-repeat right top;
	width: 1020px;
	height: 0px;
	padding-top: 150px;
	margin: 15px auto;
	margin-top: 60px;
}

#comingsoon {
	position: relative;
	display: block;
	overflow: hidden;
	background: url('comingsoon.png') no-repeat right top;
	width: 800px;
	padding-top: 150px;
	margin: 15px auto;
}