#mainWindow {
	position: relative;
	float: right;
	width: 530px;
	background-color: #ccf;
	border-left: 1px dashed #607FB8;
	margin: 0px;
	padding: 5px 5px 5px 20px;
	text-align: left;
}

#mp3TopBar {
	text-align: center;
	background-color: #173059;
	color: #ccf;
	height: 40px;
	padding-top: 10px;
}
#mp3Body {
	text-align: left;
	background-color: #ccf;
	color: #173059;
}
#mp3Body img {
	margin: 10px 0px;
}
.mp3ImageLeft {
	position: relative;
	float: left;
	text-align: right;
	width: 120px;
}
.mp3ImageCenter {
	position: relative;
	float: left;
	text-align: center;
	width: 270px;
}	
.mp3ImageRight {
	position: relative;
	float: left;
	text-align: left;
	width: 120px;
}