#main {
	background-image: url(../disco/main-album1-menu.jpg);
	background-position: top;
	background-repeat: no-repeat;
	height: 731px;
	position: relative;
}

#album {
	left: 14px;
	top: 20px;
	width: 180px;
	height: 220px;
	position: absolute;
}

#album:hover {
	left: 14px;
	top: 20px;
	border: 3px solid White;
}

#singles {
	left: 14px;
	top: 260px;
	width: 180px;
	height: 220px;
	position: absolute;
}

#singles:hover {
	left: 14px;
	top: 260px;
	border: 3px solid White;
}

#clips {
	left: 14px;
	top: 500px;
	width: 180px;
	height: 220px;
	position: absolute;
}

#clips:hover {
	left: 14px;
	top: 500px;
	border: 3px solid White;
}

#page_bottom {
	bottom: 20px;
	right: 10px;
	position: absolute;
}

a {
	color: Blue;
}

#footer {
	background-image: url(../disco/header-album1-menu.jpg);
	background-position: 0 -38px;
}
