body {
	background: #4B4B4B url(images/debris_bg.gif) repeat-x;
	font-family: Times New Roman, Bookman Old Style, Georgia, Arial, sans-serif;
	font-size: 14px;
	color:white;
	padding:0;
	margin:0;
}

#container{
	background: url(images/main_debris_bg.gif) top left no-repeat;
	width:676;
}

#middlesec{
	padding: 150px 0 0 00;
	text-align:left;
	width:350px;
	margin-left:315px;
}
	
#concerts{
	background: #353535;
	padding:10px;
	margin:0 0 0 0;
	float:left;
	color: white;
	width:310px; 
}

#actuals{
	width:300px;
	height:300px;
	overflow:auto;
}
#concerts h1{
	font-size: 18px;
	border-bottom:solid 3px #4B4B4B;
}

#concerts a{
	display:block;
	font-weight: bold;
	padding-top:0px;
}

#concerts a:link{
	color: #83986d;
	text-decoration: none;
}

#concerts a:visited, #concerts a:active{
	color: #606F50;
	text-decoration: none;
}
	
#concerts a:hover{
	color:#8C3C60;
	text-decoration:none;
}


