﻿
body {
	display: block; 
	margin:auto; 
	background-color: black; 
	font: normal 11px Verdana; 
	color:white; 
}

a:link, a:visited {
	text-decoration: none;
	color:white;
}

a:hover {
	text-decoration: none;
	color:red;
}

img {
	border: 0;
}

#musiccontainer{
		margin: 0 auto; 
		top:0;
		bottom:0;
		width:630px;
}

#ms_musicplayer {
	    display:inline-block;
	    margin:0 auto;
	    padding:3px 3px;
	    border:0;
	    top:5px;
	    width: 620px;
	    height:230px;
}

#ms_cdinfo {
	    margin:0 auto;
	    padding: 1 1 0 0;
	   	width:100%;
	 	background:black;
	 	text-align:center;
}
	
#ms_tracks {
    margin:0 auto;
    padding: 1 1 0 0;
   	width:100%;
 	background:black;
 	text-align:center;
}
	
.widget_iframe {
	margin:auto;
	text-align:center;
}

.navfooter {
	margin: 0 auto;
	text-align: center;
	font-weight:bold;
}

