#mainWindow {
	position: relative;
	float: right;
	width: 530px;
	background: #333333;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	border-left: 1px dashed #000000;
	text-align: left;
	color: #cccccc;
	font-size: 10pt;
}
#mainWindow a {
	color: #666666;
}
.mp3Header {
	color: #cccccc;
	font-size: 14pt;
}
.mp3Header a {
	font-size: 11pt;
	color: #666666;
}
.mp3Center {
	text-align: center;
}
#mainWindow img {
	border: 1px solid #000;
}
#footer {	
	background: #333333;
	color: #cccccc;
	border-top: 2px solid #000;
}