body {
	margin: 0px;
	padding: 0px;
	background: #2bc6ff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;	
}

a {
	font-size: 11px;
	color: #b70002;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #9f0103;
	text-decoration: underline;
}



.red {
	color: #ce0000;
}



.left {
	background-color: #ffffff;
	padding: 5px;
	color: #2bc6ff;
	font-size: 11px;
}

.main {
	background-color: #ffffff;
	padding: 5px;
	color: #34a7db;
	font-size: 11px;
}

.index_listen {
	color: #ce0000;
	font-size: 10px;
	font-weight: bold;	
}

.playing {
	color: #34a7db;
}

.playing_artist {
	color: #ce0000;
}

.playing_title {
	color: #ce0000;
}

.button {
	width: 100%;
	 height: 22px;
	 background-image: url(../images/button.gif);
	 background-repeat: no-repeat;
	 padding-top: 4px;
	 padding-left: 4px;
	 margin-bottom: 2px;
}

.button_big {
	width: 100%;	
	height: 30px;
	background-image: url(../images/button_big.gif);
	background-repeat: no-repeat;
	padding-top: 8px;
	padding-left: 32px;
	margin-bottom: 2px;
	color: #ce0000;
	font-size: 11px;
	font-weight: bold;		 
}

.button_bigbig {
	width: 100%;
	height: 90px;
	background-image: url(../images/button_bigbig.gif);
	background-repeat: no-repeat;
	padding-top: 4px;
	padding-left: 60px;
	margin-bottom: 2px;
	color: #ce0000;
	font-size: 11px;
	font-weight: bold;	
}

.footer {
	color: #ce0000;
	font-size: 11px;
}
