@charset "utf-8";
body {
	background:url(pics/musicbg.jpg) no-repeat;
	background-position:top center;
	background-color:#000;
	margin:0; padding:0;
}
#songs {
	font-family:arial;
	font-weight:bold;
	font-size:14px;
	text-align:center;
}
#left{
	float:left;
	margin-left:10em;
	width:350px;
}
#right{
	float:right;
	text-align:center;
	margin-right:9em;
	width:350px;
}