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

#musicians {
	left: 403px;
	top: 67px;
	width: 308px;
	height: 162px; 
	/*border: 4px solid red;*/
	position: absolute;
	}
#musicians:hover {
	border: 3px solid #B22222;
}

#technical_crew {
	left: 403px;
	top: 318px;
	width: 308px;
	height: 162px; /*border: 2px solid red;*/
	position: absolute;
}
#technical_crew:hover {
	border: 3px solid #B22222;
}

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

a:hover {
	color: silver;
}

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