#container {
	width:892px;
	position:absolute;
	left:50%;
	margin-left:-465px;
}
	#header {
		height:268px;
	}
	
		#bandname {
			position:absolute;
			width:349px;
			height:225px;
			top:48px;
			left:0px;

		}
	
		#menu {
			position:absolute;
			top:143px;
			left:250px;
			width:640px;
			height:125px;
		}
		
	#content {
		width:787px;
		margin-left:85px;
	}
	
	#footer {
		clear:both;
		height:60px;
	}
