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

#mainWindow img {
	margin: auto;
}


#mp3MainBody {
	font-size: 80%;
}

#mp3Info {
	font-weight: bold;
	color: #333;
}

#mp3Links {
	font-style: oblique;
	color: #333;
	font-size: 90%;
	text-align: right;
}

.centeredImage
    {
    text-align:center;
    margin-top:5px;
    margin-bottom:5px;
    padding:0px;
    }