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

#programme {
	left: 25px;
	top: 210px;
	width: 89px;
	height: 30px;
	/*border: 1px solid red;*/
	position: absolute;
}
#programme:hover {
	border-bottom: 2px solid white;
}

#photos {
	left: 154px;
	top: 118px;
	width: 57px;
	height: 24px;
	/*border: 1px solid red;*/
	position: absolute;
}
#photos:hover {
	border-bottom: 2px solid white;
}

#dates {
	left: 334px;
	top: 114px;
	width: 42px;
	height: 23px;
	/*border: 1px solid red;*/
	position: absolute;
}
#dates:hover {
	border-bottom: 2px solid white;
}

#reviews {
	left: 532px;
	top: 139px;
	width: 73px;
	height: 24px;
	/*border: 1px solid red;*/
	position: absolute;
}
#reviews:hover {
	border-bottom: 2px solid white;
}

#teams {
	left: 679px;
	top: 198px;
	width: 58px;
	height: 30px;
	/*border: 1px solid red;*/
	position: absolute;
}
#teams:hover {
	border-bottom: 2px solid white;
}

#playlist {
	left: 327px;
	top: 245px;
	width: 63px;
	height: 30px;
	/*border: 1px solid red;*/
	position: absolute;
}
#playlist:hover {
	border-bottom: 2px solid white;
}

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

a:hover {
	color: silver;
}

#footer {
	background-image: url(../tour/header-solotour2.jpg);
	background-position: 0 -18px;
}
