body {
    background-color: #600801;
    color: #ffffff;
    font-family: helvetica, arial, lucida sans, sans-serif;
    font-size: 16px; 
    text-align: center;
    padding: 0;
    margin: 0;
}

#bram {
	position: relative;
	width: 100%;
	z-index: 0;
	top: 0;
}

#whole {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 25px;
    z-index: 3;
    margin: 0;
}

#allsongs {
	font-style: bold;
	width: 100%;
	text-align: right;
	right: 55%;
	padding: 10px;
    color: #ffffff;
    background-color: #600801;
	position: relative;
}

#allsongs a {
	text-decoration: none;
    color: #ffffff;
}

#legend {
	position: relative;
	font-size: 16px;
	width: 45%;
    color: #ffffff;
    background-color: #46602e;
	text-align: left;
	left: 50%;
	top: -400px;
}

#legend table {
	text-align: left;
	font-size: 14px;
	width: 500px;
	font-style: bold;
	padding: 5px;
}

#legend a {
	text-decoration: none;
	font-style: bold;
    color: #ffffff;
}

#end {
	font-size: 72px;
	font-style: bold;
	bottom: 5px;
}
