@font-face {
    font-family: 'Verdana';
    font-weight: normal;
    font-style: normal;
}


body {
}

.playing {
	
	position:absolute;
	top:150px;
	left:130px;
	width:350px;
	height:300px;
	color: #959595;
	
	
}
.knop {
	
	position:relative;
	top:20px;
	left: 550px;
	width:300px;
	height:300px;
	color: #959595;
	
	
}

.dj {
	
	position:absolute;
	top:310px;
	left:130px;
	width:350px;
	height:300px;
	color: #000000;
	
	
}

.nowplaying { 
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-top: 190px;
	color: #ecebeb;
	font-size: 120%;
	background-color; #000000;

	
}



.nowdj { 
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	margin-top: 190px;
	color: #ecebeb;
	font-size: 120%;
	background-color; #000000;
	
}