body {
	color: black;
	margin: 0;
	font-family: Verdana, Tahoma, Verdana;
	background-color: #F5F5F5;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
}

#bg {
	

}

#bgimg, #bgimg img {
	position:absolute;
	z-index: -1;
	display: none;
}


img {
	margin: 0;
	padding: 0;
}

#wrapper {
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;width:100%;	/* Make the new body fill the screen */	

}

#frame {
	background-color: white;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0 auto;
	width: 1000px;
	
}

#logo {
	margin: 0px !important;
	background-color: black;
	padding: 0px;
}

.alert {
	font-size: 13px;
	color: white;
	background-color: #97BF0E;
	margin: 0px !important;
	padding: 10px;
}

.alert a{
	font-style: italic;
	font-weight: bold;
	color: white;
	text-decoration: none;
}

.dayselect {
	color: white;
	background-color: black;
	text-align: center;
	padding: 10px;
}

.dayselect a {
	color: white;
	text-decoration: none;
	font-weight: bold;
}

#left {

}
 
#right {

}


#stages{
	padding: 10px;
}

.stage {
	float: left;
	font-size: 13px;
	width: 100%;
	margin-right: 50px;
}

.stage h1 {
	color: black;
	font-size: 17px;
}

.stage h2 {
	color: black;
	font-size: 10px;
	margin-left: 5px;
}

.stage a {
	text-decoration: none;
}

.band {
	float: left;
	margin: 2px;
	padding: 2px;
	width: 240px;
	height: 155px;
}

.band h2 {
	font-size: 13px;
}

.time {
	background-color: #E1001D;
	color: white;
	margin-right: 5px;
}

.first {
	clear: left;
}

a.linked, #tweets a {
	color: #ffec00;
	font-weight: bold;
}

#tweets a {
	color: black;
}
.images img {
	float: left;

}
a img {
	border: 0;
}
