/* For Pre-Ninja Series intro page */

body {
	background: ivory url('../img/releases/red-black-yellow-flag-in-cadiz-harbour-page-background-pre-ninja-series-album-page-background-at-www.upbustleandout.co.uk.jpg') fixed top left !important;
	color: black;
}
body a:link, body a:active, body a:visited {
	color: indigo;
}
body a:hover {
	color: darkslategray;
}

h1 {
	font-family: Georgia, serif;
	color: indigo;
}

.introPageContainer {
	width: 98%;
	margin: 0px 1% 0px 1%;
	font-family: Georgia, serif;
}
.tracklistContainer {
	font-size: 0.8em;
}
.tracklistContainerInner {
	width: 300px;
	margin: 3px;
}
.tracklistContainer ol {
	margin: 2px 0px;
}

.bonusTracksNotice {
	width: 100%;
	text-align: center;
	color: darkslategray;
	font-size: 0.9em;
}

.mainTextContainer {
	width: 100%;
	font-size: 0.9em;
}
.preNinjaSeriesCoverArtwork {
	width: 200px;
	height: 200px;
	float: left;
	margin: 0px 10px 5px 0px;
	position: relative;
	top: 5px;
}

.senorRoody1994Photo {
	width: 106px;
	height: 134px;
}
.rupertCrewCuba1998Photo {
	width: 195px;
	height: 134px;
}
.einEugeniaPhoto {
	width: 151px;
	height: 134px;
}

.bandPhotoContainer {
	width: 100%;
	text-align: center;
	margin: 15px 0px;
	color: darkslategray;
	font-size: 0.7em;
}
.bandPhotoContainer img {
	margin: 0px 10px;
}

.endLinks {
	width: 100%;
	text-align: center;
	font-size: 0.9em;
	margin-bottom: 5px;
}


