html,body {
	height: 100%;
}
body {
	background-color:#000000;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.big {
	background-image: url(img/big.jpg);
	background-repeat:no-repeat;
	background-position: top;
	width: 331px;
	height: 546px;
}
.heading {
	font-face: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.albumtitle {
	font-face: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #819dcf;
}
.logo {
	background-image: url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height: 229px;
}
.content {
	padding: 15px;
}
.menuback {
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
	background-position:left;
	height: 31px;
}
ul#navlist {
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li {
display: inline;
list-style-type: none;
}

#navlist a { 
padding: 4px 10px; 
}

#navlist a:link, #navlist a:visited {
color: #fff;
background-color: #331A3E;
text-decoration: none;
font-face: verdana, arial;
font-size: 10px;
}

#navlist a:hover {
color: #fff;
background-color: #20042a;
text-decoration: none;
}
#copy {
	font-size: 10px;
	color:#444444;
	height: 100%;
	vertical-align: bottom;
}

#copy a:link, #copy a:visited {
	font-size: 10px;
	color:#444444;
	text-decoration: none;
}
#copy a:hover {
	text-decoration: underline;
}
#links {
	font-size: 10px;
	height: 100%;
	vertical-align: bottom;
}

#links a:link, #links a:visited {
	font-face: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #819dcf;
	text-decoration: none;
}
#links a:hover {
	text-decoration: underline;
}