
#entertainMain {
	background: #3E2217;
	position: absolute;
	top: 160px;
	left: 0px;
	width: 800px;
	margin: 5px 0 5px 0;
	padding-bottom: 10px;
}

#entertainContent {
	background: #ffffff;
	text-align: left;
	font-size: 14px;
	position: relative;
	
}

#ctrBarEntertain {
	background:#ffffff;
	width: 610px;
	position: absolute;
	top: 5px;
	left: 180px;
	
}

#aboutFooter {
	background: #000000;
	position: absolute;
	top: 700px;
	left: 0px;
	width: 800px;
	color: #ffffff;
}

.bandProfile {
	margin: 10px;
	float: left;
	background: #ffffff;
	max-width: 580px;
  	width: expression(this.width > 580 ? 580: true);
	

}

.bandImg {
	float: left;
	margin: 10px;
	max-width: 300px;
  	width: expression(this.width > 300 ? 300: true);
}

.bandImg img{
	max-width: 300px;
  	width: expression(this.width > 300 ? 300: true);
}
	
