	
	html, body {
		font-family:verdana;
		position: relative;
		overflow:hidden;
		width:100%;
		height:100%;
		padding:0;
		margin:0;
	}
	
	table {position:absolute;}
	
	h1,h2,h3,h4 {
		color:#fff;
		text-shadow: 0.1pt 0.1pt 5px #000000;		
	}
		
	#background {
		position: absolute;
		width: 120%;
		height: 120%;
		top:-10%;
		left:-10%;
		z-index: 0;
		-webkit-filter: blur(30px) brightness(0.7);
		-moz-filter: blur(30px) brightness(0.7);
		-o-filter: blur(30px) brightness(0.7);
		-ms-filter: blur(30px) brightness(0.7);
		filter: blur(30px) brightness(0.7);
		background-size: 100% 100%;
		-webkit-transition: 1s all ease-in;
		-moz-transition: 1s all ease-in;
		transition: 1s all ease-in;			
	}
	
	#coverart {
		-webkit-transition: 1s all ease-in;
		-moz-transition: 1s all ease-in;
		transition: 1s all ease-in;
		text-shadow: 0.1pt 0.1pt 5px #000000;
		box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.5);
	}
	