/* make remix page */
.remixerwrap {
	background-image: url(img/tigarah-tokyo_cool_kids.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	border: 0;
	height: 685px;
	padding-bottom: 0px;
	background-color: #000;
}

.remixerwrap .title h1,
.remixerwrap .title h1 a,
.remixerwrap h2,
.remixerwrap .songinfo {
	color: #FF5420;
}

	.remixerwrap .remixer {
		top:95px;
		right:15px;
	}
	.remixerwrap .title {
		position: absolute;
		right:15px;
		top:20px;
	}
	.remixerwrap .title h1 {
		font-size: 1.5em;
		text-align: right;
		font-weight: bold;
	}
	.remixerwrap .title h1 a {
		text-decoration: none;
	}
	.remixerwrap .title h1 a:hover {
		text-decoration: underline;
	}
	.remixerwrap h2 {
		font-size: 11px;
		font-weight: bold;
		right:15px;
		top:65px;
	}	
	.remixerwrap .songinfo {
		position: absolute;
		padding: 20px;
		text-align: center;
		background-color: #000;
		color: #fff;
		bottom:0px;
		width: 920px;
	}
	
#subnav {
	display: none;
}

#footer {
	background-image: url(img/BLACK-footer.gif);
}




/* competitions page */
#competitions #tigarah-tokyo_cool_kids {
	background-image: url(img/tigarah-tokyo_cool_kids.jpg);
	background-position: -12px 0px;
	background-repeat: no-repeat;
	color: #fff;
}

	#competitions #tigarah-tokyo_cool_kids h2 {
		display: none;
	}
	#competitions #tigarah-tokyo_cool_kids .inner {
		bottom: 25px;
		padding: 0;
	}
	
	#competitions #tigarah-tokyo_cool_kids .inner p {
		background-color: #fff;
		padding: 8px;
		font-size: 9px;
		color: #000;
	}
	
	#competitions #tigarah-tokyo_cool_kids a,
	#competitions #tigarah-tokyo_cool_kids .over {
		color: #fff;
		background-color: #000;
	}