body {
	background: maroon;
}

.butterscotch {
	color: maroon;
	text-align: left;
	font-size: 3.5em;
	text-shadow: 2px 2px gray;
}

.container {
	width: 80%;
	margin: 0 auto;
}


a {
	color: #DE8B00;
	text-decoration: none;
}

.center {
	margin: 0 auto;
}

.box {
	background-color: #960000;
	width: 550px;
	margin: 20px auto; 
	padding: 20px;
	box-shadow: 2px 2px 4px 2px rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12)!important;
}

td .menu {
	margin: 7px;
}

td .menu:hover {
	text-decoration: underline;
}

.heading {
	color: #DE8B00;	
	font-size: 1.5em;
	text-decoration: underline;
}

.info {
	color: #DE8B00;
}

.left {
	float: left;
}

.footer {
	margin: 0 auto;
	padding: 20px;
	width: 50%;
	text-align: center;
}

.album {
	width: 100%;
}

.releases tr td {
	padding: 5px 5px 5px 0;
}

.right {
	text-align: right;
}

.faqquestion {
	font-size: 1.1em;
	font-style: italic;
	font-weight: bold;
}

.dead {
	width: 64%;
}
