/* make remix page */
.remixerwrap {
	background-image: url(img/sepalot-did_it_again.jpg);
	background-position: 0px 0;
	background-repeat: no-repeat;
	border: 0;
	height: 720px;
	background-color: #000;

}
	.remixerwrap .remixer {
		top:110px;
		right:20px;
		border: 0;
	}
	.remixerwrap .title {
		position: absolute;
		right:30px;
		top:10px;
	}
	.remixerwrap .title h1 {
		color: #fff;
		text-align: right;
	}
	.remixerwrap .title h1 a {
		text-decoration: none;
		color: #fff;
	}
	.remixerwrap .title h1 a:hover {
		text-decoration: underline;
	}
	.remixerwrap h2 {
		color: #fff;
		font-size: 11px;
		font-weight: bold;
		right: 30px;
		top:90px;
	}	
	.remixerwrap .songinfo {
		position: absolute;
		left:10px;
		right:10px;
		bottom:15px;
		background-color: #000;
		color: #fff;
		padding: 20px;
	}
#subnav {
	display: none;
}

#footer {
	background-image: url(img/BLACK-footer.gif);
}

/* competitions page */
#competitions #sepalot-did_it_again {
	background-image: url(img/sepalot-did_it_again.jpg);
	background-position: -30px -105px;
	background-repeat: no-repeat;
	color: #fff;
	border: none;
}

	#competitions #sepalot-did_it_again h2 {
		color: #fff;
		font-weight: bold;
		background-color: #6E0001;
		border-bottom: 2px solid #6E0001;
	}
	#competitions #sepalot-did_it_again .inner {
		bottom: 30px;
		border: 1px solid #6E0001;
		padding: 0;
	}
	
	#competitions #sepalot-did_it_again .inner p {
		background-color: #000;
		padding: 8px;
		font-size: 9px;
	}
	
	#competitions #sepalot-did_it_again a,
	#competitions #sepalot-did_it_again .over {
		font-weight: bold;		
		color: #fff;
		background-color: #6E0001;
	}