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

#programme {
	left: 4px;
	top: 149px;
	width: 111px;
	height: 44px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#programme:hover {
	border: 3px solid #9e622e; /*#597d97*/
}

#photos {
	left: 11px;
	top: 340px;
	width: 111px;
	height: 44px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#photos:hover {
	border: 3px solid #9e622e;
}

#dates {
	left: 167px;
	top: 535px;
	width: 111px;
	height: 44px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#dates:hover {
	border: 3px solid #9e622e;
}

#reviews {
	left: 6px;
	top: 535px;
	width: 111px;
	height: 44px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#reviews:hover {
	border: 3px solid #9e622e;
}

#teams {
	left: 164px;
	top: 340px;
	width: 110px;
	height: 44px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#teams:hover {
	border: 3px solid #9e622e;
}

#playlist {
	left: 170px;
	top: 155px;
	width: 110px;
	height: 44px;
	/*border: 3px dotted red;*/
	position: absolute;
}
#playlist:hover {
	border: 3px solid #9e622e;
}

#page_bottom {
	bottom: 10px;
	right: 10px;
	text-align: right;
	position: absolute;
}

a:hover {
	color: silver;
}

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