


/* background image*/
body {
	background-image: url(/portals/0/images/backgroundsplash_musicfest.jpg);
	background-color:#babbe5;
	height:80%;
}



.leftpane{
	width:620px;
	height:750px;
	float:left;
}

.contentpane{
	width:280px;
	height:750px;
	float:left;
}

.bottompane {
height:50px;
}



/*collapse*/

.navpane, .toppane, .rightpane, .subbottom {
	width:0px;
	height:0px;
	visibility: hidden;
}







