@charset "utf-8";

/*
Design by Radio Stream Live - www.radiostreamlive.com
*/



html, body { overflow: hidden; }




/* Margin */
* {
	margin: 0px;
	padding: 0px;
}



/* HTML */
html {
    overflow-x:hidden;
}



/* Now Playing Box */
#npbox {
	position: absolute;
	z-index: 3;
	margin-left: 0px;
	background-color: transparent;
	display:inline;
	top: 0px;
	width: 420px;
	height: 20px;
	overflow:hidden;
	font-size: 12px;
	padding-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
	color:#666666;
}