html, body {
height: 100%;
}


#splashContainer { 
	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0;
	z-index: 2;
}

/* have removed this because of the audoiop mute button issue */
#sitewrapper { 
 	position:absolute; 
	width:100%; 
	height:100%; 
	top:0; 
	left:0; 
	z-index: 1;
}


#main { 
	width:906px;
	margin: 0 auto;
	padding:10px;
	z-index: 3;
}


#pageList, #projectList {
	left: 740px;
	top: 34px;
	position: fixed; 
}

.addDepth {
}

/* detail page layout has fixed right sidebar and scrolling left content */
#contentContainer {
	padding-left: 35px;
	padding-top: 35px;
	padding-bottom: 50px;
	position: relative;
	width: 705px;
	z-index: 5;
	background: #FFFFFF;
}

#navContainer {
	left: 740px;
	top: 37px;
	position: fixed;
	z-index: 100;
	margin: 0;
	padding: 0;
}
