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

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

#photos {
	left: 166px;
	top: 182px;
	width: 97px;
	height: 34px;
	/*border: 1px solid red;*/
	position: absolute;
}
#photos:hover {
	border-bottom: 2px solid #D3D3D3;
}

#dates {
	left: 28px;
	top: 28px;
	width: 68px;
	height: 34px;
	/*border: 1px solid red;*/
	position: absolute;
}
#dates:hover {
	border-bottom: 2px solid #D3D3D3;
}

#reviews {
	left: 26px;
	top: 226px;
	width: 108px;
	height: 34px;
	/*border: 1px solid red;*/
	position: absolute;
}
#reviews:hover {
	border-bottom: 2px solid #D3D3D3;
}

#musicians {
	left: 16px;
	top: 132px;
	width: 131px;
	height: 34px;
	/*border: 1px solid red;*/
	position: absolute;
}
#musicians:hover {
	border-bottom: 2px solid #D3D3D3;
}

#playlist {
	left: 102px;
	top: 76px;
	width: 103px;
	height: 34px;
	/*border: 1px solid red;*/
	position: absolute;
}
#playlist:hover {
	border-bottom: 2px solid #D3D3D3;
}

#scenary {
	left: 264px;
	top: 38px;
	width: 133px;
	height: 93px;
	/*border: 1px solid red;*/
	position: absolute;
}
#scenary:hover {
	border-bottom: 2px solid #D3D3D3;
}

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

a{
	color: silver;
}
a:hover {
	color: #D2B48C;
}

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