html, body { 
	margin:0; 
	padding:0; 
	height:100%;
	width:100%;
	overflow:hidden;
} 

#fanart-bg {
  z-index: -999;
  min-height: 100%;
  min-width: 1024px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}


#main {
	float:left;
	margin-top:15px;
	margin-bottom:15px;
	margin-left:15px;
	margin-right:15px;
	padding:15px;
	background-color:rgba(0,0,0,0.5);

	border-radius: 15px;
	color:white;
	}
	
#main p{
	float:right;
	margin-right:5px;
	margin-left:5px;
	margin-bottom:5px;
	margin-top:5px;
	}
	
	#main a{
	color:white;
	font-style:underline;
	}

.album_cover1 {
	float:left;
	width:31%;
	margin-left:15px;
	}
	
	.album_cover2 {
	float:left;
	width:31%;
	margin-left:15px;
	}
	
	.album_cover3 {
	float:left;
	width:31%;
	margin-left:15px;
	}
	
.album_cover1 img {
	width:100%;
	border-radius: 15px;
}

.album_cover2 img {
	width:100%;
	border-radius: 15px;
}

.album_cover3 img {
	width:100%;
	border-radius: 15px;
}

	
#links {
	position:absolute;
	bottom: 0;
	left: 0;
	width:100%;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
	}
	
img.link_icon {
	width:12%;
	}
	
