body {
	background: #484848 none repeat scroll 0%;
/*	color: #282828;*/
	font-family: Helvetica, Sans-serif;
	padding: 0px;

}
#container {
	width: 750px;
	height: 580px;	
	margin-top: -10px;
	margin-left: auto;
	margin-right: auto;
	z-index: 4;
}
#title {
	font-size: 60px;
	text-align:left;
}
#links {
	position: relative; left: 520px; top: -50px;
	width: 300px;
	font-size: 24px;
	text-align:left;
}
#bands {
	background: #303030;
	opacity: 0.70;
	position: relative; left: 0px; top: 0px;
	width: 180px;
	height: 480px;
	font-size: 20px;
	text-align:left;
}
#dates_title {
/*	background: #E8E8E8;
	color: #000000;*/
	background: #303030;
	color: #FFFFFF;
	opacity: 0.70;
	position: relative; left: 70px; top: 30px;
	width: 680px;
	height: 30px;
	font-size: 30px;
	text-align:right;
}
#dates {
/*	background: #E8E8E8;
	color: #000000;*/
	background: #303030;
	color: #FFFFFF;
	opacity: 0.70;
	position: relative; left: 70px; top: 30px;
	width: 680px;
	height: 420px;
	font-size: 14;
	text-align:left;
	overflow: auto;
}
#info_title {
	background: #E8E8E8;
	color: #000000;
	opacity: 0.60;
	position: relative; left: 0px; top: 100px;
	width: 300px;
	height: 30px;
	font-size: 30px;
	text-align: right;
}
#info {
	background: #E8E8E8;
	color: #000000;
	opacity: 0.60;
	position: relative; left: 0px; top: 100px;
	width: 300px;
	height: 150px;
	font-size: 12px;
	text-align:left;
	overflow: auto;
}
/*
a:link, a:visited {
	color: #282828;
	text-decoration:none;
}
*/
a:hover {
	color: #FFFFFF;
	text-decoration: line-through;
}
