/* make remix page */
.remixerwrap {
	background-image: url(img/rash-mierda_y_besos.jpg);
	background-position: -0px -0px;
	background-repeat: no-repeat;
	border: 0;
	height: 645px;
	padding-bottom: 0px;
	background-color: #fff;
}

.remixerwrap .title h1,
.remixerwrap .title h1 a,
.remixerwrap h2,
.remixerwrap .songinfo {
	color: #000;
}

	.remixerwrap .remixer {
		top:120px;
		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:100px;
	}	
	.remixerwrap .songinfo {
		position: absolute;
		padding: 20px;
		text-align: center;
		background-color: #fff;
		color: #000;
		bottom:0px;
		width: 920px;
	}
	
#subnav {
	display: none;
}

/* competitions page */
#competitions #rash-mierda_y_besos {
	background-image: url(img/rash-mierda_y_besos.jpg);
	background-position: -100px -225px;
	background-repeat: no-repeat;
	color: #fff;
	border: 1px solid #000;
}

	#competitions #rash-mierda_y_besos h2 {
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		padding: 3px;
		text-align: right;
	}
	#competitions #rash-mierda_y_besos .inner {
		bottom: 30px;
		padding: 0;
	}
	
	#competitions #rash-mierda_y_besos .inner p {
		background-color: #000;
		padding: 6px;
		font-size: 9px;
		color: #fff;
		border: 1px solid #fff;
	}
	
	#competitions #rash-mierda_y_besos a,
	#competitions #rash-mierda_y_besos .over {
		font-weight: bold;		
		color: #fff;
		background-color: #000;
	}
