/* make remix page */
.remixerwrap {
	background-image: url(img/t-pain-church.jpg);
	background-position: -10px -10px;
	background-repeat: no-repeat;
	border: 0;
	height: 600px;
}
	.remixerwrap .remixer {
		top:100px;
		right:20px;
	}
	.remixerwrap h2 {
		color: #fff;
		font-size: 12px;
		right: 20px;
		top:73px;
	}
	.remixerwrap .title {
		position: absolute;
		right:15px;
		top:15px;
	}

	.remixerwrap .title h1 {
		font-size: 1.5em;
		text-align: right;
		font-weight: bold;
	}
	.remixerwrap .title h1 a {
		text-decoration: none;
		color: #F6BD16;
	}
	.remixerwrap .title h1 a:hover {
		text-decoration: underline;
	}
	.remixerwrap .songinfo {
		position: absolute;
		bottom:10px;
		right:20px;
		background-color: #F6BD16;
		color: #000;
		width:440px;
		padding: 20px;		
	}
	
.songheader {
	background-color: #011423;
	background-color: #808485;
	margin: 0;
}
	.songheader h1 a,
	.songheader h1 {
		color: #fff;
	}	

#subnav {
	display: none;
}


#footer {
	background-image: url(img/BLACK-footer.gif);
}




/* competitions page */
#competitions #t-pain-church {
	background-image: url(img/t-pain-church.jpg);
	background-position: -30px -55px;
	background-repeat: no-repeat;
	color: #fff;
}

	#competitions #t-pain-church h2 {
		color: #F6BD16;
		font-weight: bold;
		background-color: #444;
	}
	#competitions #t-pain-church .inner {
		bottom: 30px;
		border: 1px solid #F6BD16;
		padding: 0;
	}
	
	#competitions #t-pain-church .inner p {
		background-color: #444;
		padding: 8px;
/*		margin: 20px;*/
		font-size: 9px;
	}
	
	#competitions #t-pain-church a,
	#competitions #t-pain-church .over {
		font-weight: bold;		
		color: #fff;
		background-color: #000;
	}