html, body {
	background-image: url(images/gradient.png);
	background-repeat: repeat-x;
	background-position: left top;
	padding: 0px;
	margin: 0px;
	color: #ffffff;
	background-color: #131922;
	font-family: "Century Gothic", "Lucida Grande", Verdana, Arial, sans-serif;
}

.pageBody {
	z-index: 100;
	left: 520px; 
	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: #ffffff;
}
