body {
	background-color:black;
}


#chatContainer {
	position:relative;
	left: 15px;
}

#djs {
	text-align: center;
	width: 150px;
	display:inline-block;
	float:left;
}

#peticionesContainer {
	text-align: center;
	width: 190px;
	display:inline-block;
	float:right;
	z-index: 1;
	font-size:8pt;
}

#peticionesContainer img{
	display: none;
}

.cccover{
	display: none;
}

.cctrack{
	padding-bottom: 10px;
}

.currentDJTitle{
	font-size:14pt;
	color: #d3df4d;
}

.currentDJName{
	font-size:18pt;
	color: #d3df4d;
}

#cc_stream_info_song{
	color: #d3df4d;
	font-size:10pt;
}

#minicasterContainer {
	text-align: center;
	width: 190px;
	display:inline-block;
	float:right;
}


.moco {
	width: 145px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.dj {
	width: 130px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.selected {
	width: 120px;
}

#header {
	background-image:url('../images/header.png');
	background-position: bottom right;
	background-repeat:no-repeat;
	width:1182px;
	height:160px;
}

#main {
	background-image:url('../images/bg.png');
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	width:1182px;
	height:1400px;
}