footer {
	margin-top : 20px;
	margin-bottom : 20px;
	
	text-align : center;
}

h1 {
	margin-top : 10px;
	margin-left : 10px;
	margin-bottom : 10px;
	
	text-align : left;
	font-size : 1.6em;
	font-weight: normal;
}

.album {
	text-align : center;
	margin-top : 80px;
}

.playlist {
	position : relative;
	text-align : left;
	font-size : 0.9em;
}

.details {
	position : relative;
	display : inline-block;
}

.artwork {
	display : inline-block;
	vertical-align : top;
	margin-right : 20px;
}
.getter {
	display : block;
	position : relative;
	margin-top : 10px;
	margin-bottom : 20px;
	margin-left : 11px;
	
	font-size : 0.9em;
	text-align : left;
}
.getter a {
	color : RoyalBlue;
	text-decoration : none;
}
.getter a:HOVER {
	text-decoration : underline;
}

.covers {
	display : block;
	text-align : center;
	
	margin-top : 150px;
	padding : 0px;
}

.covers .cover {
	display : inline;
	margin : 10px;
}

.covers .cover .title {
	display : none;
}

.covers .cover img {
	width : 50px;
	border : 2px solid white;
	border-radius: 3px;
}

.covers .cover img:hover {
	box-shadow: 0px 0px 20px #888;
	-moz-box-shadow: 0px 0px 20px #888;
	-webkit-box-shadow: 0x 0px 20px #888;
}