#main {
	background-image: url(../disco/main.jpg);
	background-position: center;
	background-repeat: no-repeat;
	height: 684px;
	position: relative;
}

#album1 {
	left: 280px;
	top: 514px;
	width: 116px;
	height: 115px;
	position: absolute;
}
#album1:hover {
	border: 3px solid #4682B4;
}

#album2 {
	left: 32px;
	top: 514px;
	width: 116px;
	height: 119px;
	position: absolute;
}
#album2:hover {
	border: 3px solid #4682B4;
}

#more {
	left: 495px;
	top: 74px;
	width: 116px;
	height: 116px;
	position: absolute;
}
#more:hover {
	border: 3px solid #4682B4;
}

#live1 {
	left: 14px;
	top: 323px;
	width: 116px;
	height: 116px;
	position: absolute;
}
#live1:hover {
	border: 3px solid #4682B4;
}

#album3 {
	left: 25px;
	top: 73px;
	width: 124px;
	height: 117px;
	position: absolute;
}
#album3:hover {
	border: 3px solid #4682B4;
}

#album4 {
	left: 247px;
	top: 21px;
	width: 157px;
	height: 157px;
	position: absolute;
}
#album4:hover {
	border: 3px solid #4682B4;
}

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