/******************
	DISPOSITION
*******************/

.container {
	padding: 0 18px;
	margin: 0 auto;
	width: 1000px;
}

#header, #nav, #content, #footer {
	position: relative;
	overflow: visible;
	padding: 0;
	margin: 0;
}

#header {
	z-index: 4000;
}

#nav {
	z-index: 3000;
}

#content {
	z-index: 2000;
}

#footer {
	z-index: 1000;
}

/******************
	  COMMON
*******************/

audio {
	position: absolute; 
	top: 2px; 
	left: 2px;	
}

/******************
	    PAGE
*******************/
.pageContent {
	background-position: center top;
	background-repeat: no-repeat;
}

.pageContent .container{
	background-color: #FFFFFF;
	min-height: 700px;
}

/******************
	   HEADER
*******************/
.headerContent {
 	height: 100px;
}

.headerContent p{
 	text-align: center;
 	font-size: 3em;
}

/******************
	  NAV BAR
*******************/
.navContent {
 	height: 30px;
 	background-color: pink;
}

/******************
	   FOOTER
*******************/
.footerContent {
	
}