body{
	margin: 0;
	padding: 0;
	text-align: center; 	
}

a{
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

img{
	border: 0px;
	paddin: 0px;
	margin: 0px;
}
ul{
	margin: 0px;
	padding: 0px;
}
li{
	margin: 0px;
	padding: 2px;
	list-style-type: none;
}

h1{
	font-size: 16px;
	padding: 50px 0 0 0;
}

div#page{
	/*width: 400px;*/
	margin: 0 auto;	
	/*padding: 80px 0 20px 0;*/
	font-family: Monaco;	
	font-size: 9px;
	line-height: 11px;
}

div#content{
}

div#foot{
	margin-top: 20px;
}
div#tracks{
	margin-top: 60px;
}


div.switch{
	position: fixed;
	bottom: 20px;
	left: 48%;
	margin-top: 20px;
	z-index: -1;
}

a.info{
    position:relative; /*this is the key*/
    z-index:24; 
    text-decoration:none
}

a#info:hover{
	z-index:25; 
}

a#info span{
	display: none
}

a#info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:-20px; 
	left:-80px; 
	width:200px;
    text-align: center;
}

#hl{
	padding-top:10px;
	font-weight:bold;
}