@charset "utf-8";
/* CSS Document */


* { margin:0; padding:0; }

body { 
	background:#7E0000 url(/images/musicbg.jpg) repeat-x top left; 
	text-align:center;
	font: normal 11px Arial, Helvetica, sans-serif; 
	color: #DF926C;  
	}

#musicDIV {
	width:980px;
	margin:3px auto 0 auto; }

