/* make remix page */
.remixerwrap {
	background-image: url(img/lil_mama-lip_gloss.jpg);
	background-position: -30px -22px;
	background-repeat: no-repeat;
	border: 0;
	height: 645px;
	padding-bottom: 0px;
}

.remixerwrap .title h1,
.remixerwrap .title h1 a,
.remixerwrap h2,
.remixerwrap .songinfo {
	color: #fff;
}

	.remixerwrap .remixer {
		top:150px;
		right:15px;
	}
	.remixerwrap .title {
		position: absolute;
		right:15px;
		top:64px;
	}
	.remixerwrap .title h1 {
		font-size: 2.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:130px;
	}	
	.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 #lil_mama-lip_gloss {
	background-image: url(img/lil_mama-lip_gloss.jpg);
	background-position: -170px -5px;
	background-repeat: no-repeat;
	color: #fff;
	border: 1px solid #000;
}

	#competitions #lil_mama-lip_gloss h2 {
		color: #fff;
		font-size: 21px;
		font-weight: bold;
		padding: 3px;
	}
	#competitions #lil_mama-lip_gloss .inner {
		bottom: 25px;
		padding: 0;
	}
	
	#competitions #lil_mama-lip_gloss .inner p {
		background-color: #6F553E;
		padding: 3px;
		font-size: 9px;
		color: #fff;
	}
	
	#competitions #lil_mama-lip_gloss a,
	#competitions #lil_mama-lip_gloss .over {
		font-weight: bold;		
		color: #fff;
		background-color: #000;
	}