

/* mp3player */
#mp3player {
	background-color:white;
	height:20px;
	margin-left:228px;
	position:absolute;
	top:6px;
	width:200px;
}

#mp3playerfooter {
	height:20px;
	margin-left:228px;
	position:absolute;
	top:26px;
	width:200px;
	color:white;
}

#mp3playerfooter a {
	color: white;
	text-decoration:none;
	}

#mp3playerfooter a:hover {
	text-decoration:underline;
	}





