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

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

	/* Background image or swf
----------------------------------------------------- */
#bg {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	}
	
#bg_samples {
	position:absolute; 
	top:0px; 
	left:0px; 
	width:100%; 
	height:100%;
	z-index:-1;
	}
	
#music {
	position:absolute; 
	top:0px; 
	left:-1000px; 
	}
	
	
	/* Containers
----------------------------------------------------- */
#container {
	position: absolute;
	top: 30%;
	left: 50%;
	margin-top:-130px;
	margin-left:-427px;
	background-color: transparent;
	width: 854px;
	height: 557px;
	z-index: 50;
	}
	
	/* Music player
----------------------------------------------------- */
	
#player_bg {
	position:absolute;
	top:0px;
	left:0px;
	width:510px;
	height:290px;
	background-color: #000000;
	}

#player_controls {
	position:absolute;
	top:290px;
	left:0px;
	width:510px;
	height:20px;
	background-color: #000000;
	}
	
#player_logo {
	position:absolute;
	top:20px;
	left:20px;
	padding-left:0px;
	width:210px;
	height:70px;
	z-index:100;
	}
	
#player_text_holder {
	position:absolute;
	top:90px;
	left:25px;
	width:280px;
	height:50px;
	}	
	
.player_standfirst {
	font-family : arial, sans-serif;
	font-size : 14px;
	line-height:120%;
	color : #fff;
	text-align:left;
	}
	
	/* Logo and navigation
----------------------------------------------------- */
#indexlogo{
	position: absolute;
	bottom:100px;
	right:100px;
	width: 300px;
	height: 135px;
	background-color:transparent;
	z-index:100;
	}

#navigation{
	position: absolute;
	top:0px;
	left:0px;
	width: 854px;
	height: 64px;
	background-color:transparent;
	z-index:100;
	}
	
	/* Content area
----------------------------------------------------- */
#content {
	position: absolute;
	top:80px;
	left:0px;
	width:854px;
	height:427px;
	background-color: transparent;
	z-index:200;
	}
	
#launch_player {
	position: absolute;
	top:440px;
	left:0px;
	width:400px;
	height:50px;
	background-color: transparent;
	cursor:pointer;
	z-index:400;
	}
	
#content_samples {
	position: absolute;
	top:110px;
	left:230px;
	width:350px;
	height:427px;
	background-color: transparent;
	z-index:200;
	}
	
.standfirst {
	font-family : arial, sans-serif;
	font-size : 18px;
	line-height:28px;
	color : #fff;
	text-align:left;
	}
	
.samples_text {
	font-family : arial, sans-serif;
	font-size : 13px;
	line-height:120%;
	color : #fff;
	text-align:left;
	text-decoration:none;
	}
	
.samples_text a{
	font-family : arial, sans-serif;
	font-size : 13px;
	line-height:120%;
	color : #fff;
	text-align:left;
	text-decoration:none;
	}
	
.samples_text a:hover{
	text-decoration:underline;
	}
	
ul {
	margin:0;
	padding: 0;
	list-style-type: none;
	line-height:150%;
	}
	
	
#preload_flash {
	position: absolute;
	top:3000px;
	left:0px;
	width:100px;
	height:100px;
	color:#fff;
	}
	
	/* Footer
----------------------------------------------------- */
	
#footer {
	position:absolute;
	bottom:10px;
	left:50%;
	margin-left:-427px;
	height:20px;
	width:854px;
	z-index:300;
	}


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

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

.footertext a:hover{
	color : #ffffff;
	text-decoration: underline;
	}
	
	#jazzfestlogo {
	position: absolute;
	bottom:10px;
	right:10px;
	width:100px;
	height:80px;
	z-index:300;
	}
