body {
	background-color: #000000;
	color: #FFFFFF;
	font: normal 12px Trebuchet MS;
}

a {
	color: #73ACA8;
	text-decoration: none;
}

/* Center the contents */
#menu, #contents, #footer, #logo, #descriptiveText {
	width: 600px;
	margin-left: auto;
	margin-right: auto;
}

#contents {
	min-height: 600px;
	margin-bottom: 20px;
}

#logo {
	background: url('../images/banner.png');
	height: 100px;
    width: 500px;
}

#descriptiveText {
    padding-bottom: 10px;
    border-bottom: 1px #1f1f1f solid;
}

.ui-widget-content .albumLink {
   color: #5FAEEB;
}

.ui-widget-content .albumLink:hover {
    text-decoration: underline;
}
