/* make remix page */
.remixerwrap {
	background-image: url(img/sia-the_girl_you_lost.jpg);
	background-position: -0px -0px;
	background-repeat: no-repeat;
	border: 0;
	height: 645px;
	padding-bottom: 0px;
	background-color: #000;
}

.remixerwrap .title h1,
.remixerwrap .title h1 a,
.remixerwrap h2,
.remixerwrap .songinfo {
	color: #fff;
}

	.remixerwrap .remixer {
		top:10px;
		right:15px;
	}
	.remixerwrap .title {
		position: absolute;
		right:15px;
		bottom:135px;
	}
	.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;
		bottom:125px;
	}	
	.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 #sia-the_girl_you_lost {
	background-image: url(img/sia-the_girl_you_lost.jpg);
	background-position: -90px -95px;
	background-repeat: no-repeat;
	color: #fff;
}

	#competitions #sia-the_girl_you_lost h2 {
		color: #fff;
		font-weight: bold;
	}
	#competitions #sia-the_girl_you_lost .inner {
		bottom: 23px;
		padding: 0;
		left: 0;
		right: 0;
	}
	
	#competitions #sia-the_girl_you_lost .inner p {
		background-color: #859AD3;
		padding: 10px;
		font-size: 9px;
		color: #fff;
	}
	
	#competitions #sia-the_girl_you_lost a,
	#competitions #sia-the_girl_you_lost .over {
		font-weight: bold;		
		color: #fff;
		background-color: #859AD3;
	}