* { margin: 0; padding: 0; border: 0; }

body {
	background: #333; 
	}

#container {
	background: url(images/bg.jpg) no-repeat;
	width: 800px;
	height: 545px;
	margin: 35px auto 0 auto;
	}
#content {
	width: 725px;
	height: 283px; 
	overflow: auto;
	}


#slidefast {
	width: 320px;
	height: 256px;
	margin: 10px auto 0 auto; 
	}

#thumbs {
	 width: 649px;
	 margin: 15px 20px 0 auto;
	}

#thumbs img {
	margin-top: 2px; 
	}	
#thumbs img + img {
	margin-left: 2px; 
	}

#artistlist {
	margin: 15px auto 0 auto; 
	}
.artTxtL {
	color: white;
	padding: 0 10px 10px 10px;
	vertical-align: bottom;
	text-align: right;
	}
.artTxtR {
	color: white;
	padding: 0 10px 10px 10px;
	vertical-align: bottom; 
	text-align: left;
	}
.lnk {
	color: #ccf; 
	}
.grp {
	font-weight: bold; 
	}
.pce {
	font-style: italic; 
	}
.art {
	width: 250px; 
	}
	
#top {
	color: white; 
	text-align: center;
	}
#therest {
	color: white;
	width: 400px;
	margin: 65px auto 0 auto; 
	}