/* CSS Document */
#introText, #adverts, #newTracks, #mostDownloaded, #searchFields, #bandBio, #trackDetails, #trackFeedback, #leaveFeedback, #otherTracks, #bigBox, #advertShort {
	position:absolute;
	background-repeat: no-repeat;
	padding: 0;
	margin: 0;
}

/* For home Page */
#introText, #adverts, #newTracks, #mostDownloaded {
	top:206px;
	width:170px;
}

#introText, #adverts {
	height:446px;
	background-image:  url(../Images/bb170x446.gif);
}

#newTracks, #mostDownloaded {
	height:379px;
	background-image:  url(../Images/bb170x379.gif);
}

#introText {
	left:20px;
}
#newTracks {
	left: 190px;
}
#mostDownloaded {
	left: 360px;
}
/* End of home Page */
#adverts {
	left: 530px;
	text-align: center;
}
/* Search Fields */
#searchFields {
	left:21px;
	width:496px;
	height:275px;
	background-image:  url(../Images/bbSearch.gif);
	z-index:2;
	top: 206px;
}
/* End Of Search Fields */

/* Track Details Page */
#bandBio {
	left:20px;
	top:116px;
	width:502px;
	height:325px;
	background-image:  url(../Images/bb502x279.gif);
}
#trackDetails {
	left:221px;
	top:448px;
	width:300px;
	height:165px;
	z-index:4;
	background-image:  url(../Images/bb300x168.gif);
}
#gigsInterviews {
	clear: both;
}

#trackFeedback {
	left:221px;
	top:617px;
	width:300px;
	height:130px;
	z-index:10;
	background-image:  url(../Images/bb300x180.gif);
}

#leaveFeedback {
	left:20px;
	top:656px;
	width:193px;
	height:115px;
	z-index:7;
	background-image:  url(../Images/bb193x115.gif);
}

#otherTracks {
	left:20px;
	top:448px;
	width:193px;
	height:203px;
	background-image:  url(../Images/bb193x247.gif);
}

#bigBox {
	left:20px;
	width:496px;
	height:321px;
	background-image:  url(../Images/bbSearch.gif);
	z-index:2;
	top: 206px;	
}

#advertShort {
	left: 530px;
	top: 206px;
	width:178px;
	height:321px;
	background-image:  url(../Images/bbLong.gif);
	text-align:center;
}
/* for Search page */
#extendable {
	position: relative;
	left:20px;
	width:496px;
	top: 0px;	
	background-color:#000000;
	min-height: 200px;
	height: auto;
}

#narrowExtendable {
	position: absolute;
	left:530px;
	width:178px;
	top: 0px;	
	background-color:#000000;
}
