html, body {
	background-repeat: no-repeat;
	background-position: 0;
	padding: 0px;
	margin: 10px;
	color: #66ffff;
	background-color: black;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
}

.pageBody {
	z-index: 100;
	left: 410px; 
	top: 10px;
	position: absolute;
}

.pageLogo {
	z-index: 2;
	left: 10px;
	top: 10px;
	position: absolute;
}

.albumInfo {
	z-index: 3;
	left: 10px;
	top: 370px;
	position: absolute;
}


.pageFooter {
	z-index: 1;
	right: 0px;
	bottom: 0px;
	position: absolute;
}

a,a:hover,a:visited, a:active {
	font-weight: bold;
	color: teal;
}
