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

#musicians {
	left: 134px;
	top: 148px;
	width: 178px;
	height: 60px;
	/*border: 1px solid red;*/
	position: absolute;
}
#musicians:hover {
	border-bottom: 2px solid white;
}

#scenery-lighting {
	left: 376px;
	top: 148px;
	width: 184px;
	height: 64px;
	/*border: 1px solid red;*/
	position: absolute;
}
#scenery-lighting:hover {
	border-bottom: 2px solid white;
}

#credits {
	left: 164px;
	top: 246px;
	width: 80px;
	height: 32px;
	/*border: 1px solid red;*/
	position: absolute;
}
#credits:hover {
	border-bottom: 2px solid white;
}

#technical_crew {
	left: 400px;
	top: 238px;
	width: 146px;
	height: 64px;
	/*border: 1px solid red;*/
	position: absolute;
}
#technical_crew:hover {
	border-bottom: 2px solid white;
}

#merchandising {
	left: 124px;
	top: 336px;
	width: 172px;
	height: 36px;
	/*border: 1px solid red;*/
	position: absolute;
}
#merchandising:hover {
	border-bottom: 2px solid white;
}

#stage_clothes {
	left: 408px;
	top: 326px;
	width: 146px;
	height: 58px;
	/*border: 1px solid red;*/
	position: absolute;
}
#stage_clothes:hover {
	border-bottom: 2px solid white;
}

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

a:hover {
	color: silver;
}

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