html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 0;           /* required to "hide" distance div */
	margin: 0;            /* required to "hide" distance div */
	background: #000000 url('busker_bg_strip.gif') repeat-x center;
}
div#distance { 
	margin-bottom: -249px; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 50%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;   /* positions content on top of distance */
	text-align: left;     /* horizontal centering hack for IE */
	height: 498px;         /* required - desired height */
	width: 760px;          /* required - desired width */
	margin: 0 auto;       /* required */
	clear: left;          /* required */
}
	
body, td
	{
	font-family: verdana, Arial, sans-serif; 
	font-size: 11px; 
	-webkit-text-size-adjust:none;

	color: #fff;
	text-align: justify;
	
	}





a
	{
	color: #fff;
	text-decoration: underline;
	font-weight: normal;
	}

a:hover
	{
	color: #444;
	text-decoration: none;
	}



.img	{
	border: 1px solid black;
	}



div#menu {
position: absolute;
top: 130px;
right: 0px;
width: 230px;
z-index: 1000;
}

#menu ul {
list-style: none;
padding: 0;
margin: 0;
}

#menu a {
display: block;
height: 55px;
margin: 0;
}

#menu a:hover {
color: #26781c
}

#menu li.andante {
background: url('andante_bg.gif') 0px 0px no-repeat;
}
#menu li.andante:hover {
background: url('andante_bg.gif') 0px -55px no-repeat;
}

#menu li.adagio {
background: url('adagio_bg.gif') 0px 0px no-repeat;
}
#menu li.adagio:hover {
background: url('adagio_bg.gif') 0px -55px no-repeat;
}

#menu li.scherzo {
background: url('scherzo_bg.gif') 0px 0px no-repeat;
}
#menu li.scherzo:hover {
background: url('scherzo_bg.gif') 0px -55px no-repeat;
}

#menu li.finale {
background: url('finale_bg.gif') 0px 0px no-repeat;
}
#menu li.finale:hover {
background: url('finale_bg.gif') 0px -55px no-repeat;
}


#nav {
width: 760px;
text-align: left;
position: relative;
margin: auto;
padding-top: 2px;
}

#counter {
position: absolute;
right: 0px;
top: 2px;
}




.playaudio {
	display: block;
	float: left;
	width: 82px;
	height: 52px;
	background: url('playaudio.png') 0px 0px no-repeat;
	margin: 10px 20px;
	border: 0;
}

.playaudio:hover {
	background: url('playaudio.png') 0px -52px no-repeat;
}

.playvideo {
	display: block;
	float: left;
	width: 82px;
	height: 52px;
	background: url('playvideo.png') 0px 0px no-repeat;
	margin: 10px 20px;
	border: 0;
}

.playvideo:hover {
	background: url('playvideo.png') 0px -52px no-repeat;
}

#lyr1 {
position: absolute;
top: 180px;
left: 100px;
padding: 10px;
background: black;
border: 1px solid white;
visibility: hidden;
width: 250px;
text-align: center;
}

#lyr2 {
position: absolute;
top: 120px;
left:10px;
padding: 15px;
background: black;
border: 1px solid white;
visibility: hidden;
width: 420px;
text-align: center;
}

.clear {
	clear: both;
}

