html {
	height:100%;
	overflow-y:hidden;
	}

body {
	height:100%;
	margin:0;
	padding:0;
	background-color:#000000;
	overflow-y:auto;
	}
	
	/* common
----------------------------------------------------- */

br {
	clear: both;
}

hr {
	display: none;
}

p {
	margin: 0; 
	padding-top: 1em; 
}
	
	/* Background image or swf
----------------------------------------------------- */
#bg {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	z-index:-1;
	}
	
	/* Containers
----------------------------------------------------- */
#container {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top:-160px;
	margin-left:-427px;
	background-color: transparent;
	width: 854px;
	height: 557px;
	z-index: 50;
	}
	
	/* Content area
----------------------------------------------------- */
#content {
	position: absolute;
	top:65px;
	left:0px;
	width:854px;
	height:433px;
	background-color: transparent;
	z-index:200;
	}
	
	/* Logo and navigation
----------------------------------------------------- */
#logo{
	position: absolute;
	top:0px;
	left:0px;
	width: 854px;
	height: 65px;
	background-color:transparent;
	z-index:100;
	}
	
	/* Text areas
----------------------------------------------------- */

#text_holder {
	position: absolute;
	top:95px;
	left:39px;
	width:380px;
	height:200px;
	z-index:1000;
	}
	
.text {
	font-family : georgia, times new roman;
	font-size : 13px;
	color : #43220d;
	text-align:left;
	line-height:160%;
	font-weight:normal;
	}
	
.text a{
	color : #43220d;
	text-decoration:none;
	}
	
.text a:hover{
	color : #ffffff;
	}
	
.heading {
	font-family : arial, sans-serif;
	font-size : 18px;
	color : #c57733;
	text-align:left;
	line-height:150%;
	font-weight:normal;
	}

	
#jazzfestlogo {
	position: absolute;
	top:416px;
	left:370px;
	width:100px;
	height:100px;
	z-index:300;
	}


#submenu {
	position: absolute;
	top:432px;
	left:39px;
	width:382px;
	height:65px;
	z-index:300;
	}
	
.submenu_text {
	font-family : arial, sans-serif;
	font-size : 18px;
	color : #c57733;
	text-align:left;
	line-height:130%;
	letter-spacing:1px;
	font-weight:normal;
	display:block;
	}
	
.submenu_text a{
	color : #c57733;
	text-decoration: none;
	}

.submenu_text a:hover{
	color : #ffffff;
	}
	
.image_floatright {
	float:right;
	margin: 0 0 0px 15px;
	}
	
#illustration_right {
	position:absolute;
	top:65px;
	left:474px;
	width:381;
	height:433;
	z-index:500;
	}
	
#illustration_album {
	position:absolute;
	top:100px;
	left:445px;
	width:369px;
	height:369px;
	z-index:500;
	}
	
	/* Scrolling text areas
----------------------------------------------------- */

div#wn	{ 
	position: absolute;
	top:105px;
	left:39px;
	width:380px;
	height:280px;
	overflow:hidden;
	z-index:300;
	}
	
#scroll {
	position: absolute;
	top:350px;
	left:435px;
	width:30px;
	height:30px;
	z-index:400;
	}
	
	
	/* Music players
----------------------------------------------------- */
#player_controls {
	position:absolute;
	top:368px;
	left:40px;
	width:370px;
	height:20px;
	z-index:300;
	}
	
#player_controls_index {
	position:absolute;
	top:512px;
	left:185px;
	height:20px;
	width:200px;
	background-color:transparent;
	z-index:300;
	}
	
.track_titles a{
	font-family : arial, sans-serif;
	font-size : 14px;
	color : #7e552c;
	text-align:left;
	line-height:150%;
	font-weight:normal;
	}
	
	/* Footer
----------------------------------------------------- */
	
#footer {
	position:absolute;
	top:510px;
	left:191px;
	height:20px;
	width:600px;
	z-index:300;
	}
	
#footer_index {
	position:absolute;
	top:513px;
	left:360px;
	height:20px;
	width:600px;
	z-index:300;
	}


.footertext {
	font-family : arial, sans-serif;
	font-size : 11px;
	color : #fbc0a3;
	text-align:left;
	}

.footertext a{
	color : #fbc0a3;
	text-decoration: none;
	}

.footertext a:hover{
	color : #ffffff;
	}