body {
 	width:auto !important;
 	width:100%;
/*	min-width: 770px; */
	margin: auto;
	padding: 0;
	background-color: #000; 
	font-size:11px;
	font-family:"Arial","Helvetica",San-serif;
	height:100%;
}
#mainContainer {
	clear:both;
	width:auto;
	margin: auto;
	width: 800px;
 	height:827px; 
	background:transparent url(../images/wallpaper.jpg) no-repeat scroll 0%;
	z-index:101;
}	
body.home #mainContainer {
	background:transparent url(../images/background_seamless.jpg) repeat-y scroll 0%;
	height:auto;
}
#mainbody {
	margin: 0;
	padding: 0;
	width: 100%;
	height:589px; /* mainContainer.height + menuDiv.top + menuDiv.height - see menu_style.css */
	position:relative;
	top:150px;
}
body.home #mainbody {
	height:auto; 
	z-index:100;
	top:0px;
}
body.band #mainbody {
	background:transparent url(../images/BAND.gif) no-repeat scroll 0%;
}
body.contact #mainbody {
	background:transparent url(../images/CONTACT.gif) no-repeat scroll 0%;
}
#brentBio {
	width: 251px;
	height: 241px;
	position:relative;
	top:-1px;
	left:200px;
}
#jonBio {
	width: 338px;
	height: 222px;
	position:relative;
	top:-20px;
	left:178px;
}
#ianBio {
	width: 218px;
	height: 262px;
	position:relative;
	top:-400px;
	left:445px;
}
#contactInfo {
	width: 545px;
	height: 485px;
	position:relative;
	top:-1px;
	left:132px;
}

.bio a, 
.bio a span, 
#brentBio a, 
#brentBio a span, 
#contactInfo a,
#contactInfo a span
{
	display:block;
	width: 100%;
	height: 100%;
}
#contactInfo a:hover {
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
/*	background-color:#f9fbf7; */
	background:transparent url(../images/contact_rollover.gif) no-repeat scroll 0%;
}
.bio a:hover {
	filter:alpha(opacity=65);-moz-opacity:.65;opacity:.65;
}
#brentBio a:hover {
	background:transparent url(../images/brent_bio_rollover.gif) no-repeat scroll 0%;
}
#jonBio a:hover {
	background:transparent url(../images/jon_bio_rollover.gif) no-repeat scroll 0%;
}
#ianBio a:hover {
	background:transparent url(../images/ian_bio_rollover.gif) no-repeat scroll 0%;
}
.tundra .dijitTooltip {
	width:400px;
}
.tundra .dijitTooltipContainer {
	border-color: #130e0d;
}
#player_overlay {
	position:relative;
	top:70px;
	left:129px;
	width: 129px;
	height: 267px;
	background:transparent url(../images/player_overlay.gif) no-repeat scroll 0%;
	z-index:1001;
	visibility:hidden;
}
#profile_mp3Player {
	position:relative;
	top:-197px;
	left:60px;
	width: 700px;
	height: 345px;
	z-index:1000;
}
#header {
	z-index:200;
}