/* For DJ Dave profile page */

body {
	background: black url('../img/dj-dave/dj-dave-of-up-bustle-and-out-soundsystem-on-stage-hub-theatre-stroud-uk-page-background-at-www.upbustleandout.co.uk.jpg') fixed top left !important;
	color: ivory;
}
body a:link, body a:active, body a:visited {
	color: gold;
}
body a:hover {
	color: ivory;
}

.profilePageContainer {
	width: 98%;
	margin: 0px 1% 0px 1%;
	/* font-family: Georgia, serif; */
	font-size: 0.9em;
}
.bandPhotoContainer {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
	color: darkslategray;
	font-size: 0.7em;
}
.bandPhotoContainer img {
	margin: 0px 10px;
}

.djDaveLivePhoto {
	width: 130px;
	height: 120px;
}
.uboLogoPhoto {
	width: 178px;
	height: 120px;
}
.djDavePerformsPhoto {
	width: 94px;
	height: 120px;
}
.technicsDecksPhoto {
	width: 170px;
	height: 120px;
}
.djDavePerformsLivePhoto {
	width: 182px;
	height: 120px;
}
.atmosphericStagePhoto {
	width: 91px;
	height: 120px;
}

.djDaveCon-tactContainer {
	width: 100%;
	text-align: center;
}
.con-tactText {
	float: none;
}
.djDaveCon-tact {
	width: 250px;
	height: 22px;
}
.endLinks {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 5px;
}


