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

#album {
	left: 264px;
	top: 124px;
	width: 199px;
	height: 267px;
	position: absolute;
}

#album:hover {
	left: 264px;
	top: 124px;
	border: 3px solid White;
}

#singles {
	left: 29px;
	top: 199px;
	width: 199px;
	height: 267px;
	position: absolute;
}

#singles:hover {
	left: 29px;
	top: 199px;
	border: 3px solid White;
}

#live {
	left: 499px;
	top: 199px;
	width: 199px;
	height: 267px;
	position: absolute;
}

#live:hover {
	left: 499px;
	top: 199px;
	border: 3px solid White;
}

#clips {
	left: 264px;
	top: 429px;
	width: 199px;
	height: 267px;
	position: absolute;
}

#clips:hover {
	left: 264px;
	top: 429px;
	border: 3px solid White;
}

#critics {
	left: 499px;
	top: 507px;
	width: 199px;
	height: 183px;
	position: absolute;
}

#critics:hover {
	left: 499px;
	top: 507px;
	border: 3px solid White;
}


#coulisses {
	left: 29px;
	top: 507px;
	width: 199px;
	height: 183px;
	position: absolute;
}

#coulisses:hover {
	left: 29px;
	top: 507px;
	border: 3px solid White;
}

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

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

a {
	color: Blue;
}


