html{
	height: 100%;
      overflow:auto;
	background-color:#3B3B3B;
}

body{
	margin:0px;
	max-width: 200px;
	background-color:#3B3B3B;
}

div#logo {
	width: 300px;
	height: 104px;
	background-color:#000000;
	margin-top: 0px;	
}

div#player {
	width: 300px;
	height: 40px;
	background-color:#FCF404;
	margin-top: 0px;	
}