body {
    overflow-x:hidden;overflow-y:hidden;
    margin: 0 auto;
    font-family: Verdana, sans-serif;
    font-size: 10px;
}
 
a:link, a:visited, a:hover {	
	color: #FFF;
}
 
img {
	border: 0;
}
 
#container {
    	text-align: center;
	margin-left:auto;
	margin-right:auto;
    	width:320px;
} 

#top {
	margin-top: 4px;
    	margin-left: 0px;
    	width:320px;
}

#content{
	width:320px;
}

#nowplaying {
	height:237px;
}

#player {
	margin-left:auto;
	margin-right:auto;
	margin-top: 1px;
	 
}

#banner {
	margin-top: 15px;
	width: 320px;
	height:50px;
}

#addthis {
	
	color: #b64302;
	font-size: 8pt
	margin-top: 15px;
	height:20px; 
}
#footer {
	margin-top:5px;
	margin-left:auto;
	margin-right:auto;
	heightt:5px;
	text-align: center;
	line-height:25px;
	color: #FFF;
	font-size: 8pt 
}
 