@charset "utf-8";
/* CSS Document */

body{ 
margin:0; 
text-align:center; 
background-image: url(pictures/background4.png);
	/********* Change PAGE background settings here *********/
	
	/* change it to (50%  50%) in order to center the BG img */
	background-position:top center;
	background-repeat: no-repeat;
	background-color: #FFFFE1;
} 

#container{
	position:relative;
	width:1100px;
	height:500px;
	text-align:center;
	margin:0 auto 0;
	top:95px;
} 

#flashcontainer{
	position:relative;
	width:1200px;
	text-align:center;
	margin:0 auto 0;
	height:650px;
} 

#buttonsau {
	position:absolute;
	left:296px;
	top:25px;
	width:522px;
	height:68px;
	z-index:1;
}
#decade{
	position:absolute;
	left:762px;
	top:-22px;
	width:185px;
	height:78px;
	z-index:1;
}
#chairs{ 
width:1200px;
position: relative;
text-align:center;
margin:0 auto 0;
top:18px;
z-index:2;
}
#week{
	width:989px;
	position: absolute;
	text-align:center;
	margin:0 auto 0;
	top:28px;
	z-index:2;
	left: 57px;
	height: 64px;
}

#program{
	position:absolute;
	left:56px;
	top:33px;
	width:229px;
	height:317px;
	z-index:-1;
}
#text{
	position:absolute;
	left:316px;
	top:35px;
	width:477px;
	height:402px;
	z-index:-1;
	overflow:auto;
}
#songs{
	position:absolute;
	width:246px;
	left:836px;
	height:401px;
	top:34px;
	z-index:1;
}
#productionteam{
	position:absolute;
	width:227px;
	left:56px;
	height:169px;
	top:358px;
	z-index:1;

}
