#fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 3;
	/*border: 2px solid red;*/
}

#artist_index {
	position: absolute;
	top: 87px;
}

#location_index {
	position: absolute;
    top: 181px;
}
