body {
	background-image: url("album.png");
	background-position: center top;
}

.dim {
	background-color: rgba(0,0,0,0.75);
	color: white;
	width: 50%;
	margin: auto;
	margin-top: 2%;
	margin-bottom: 2%;
	padding: 5%;
    border: 1px solid white;
}
