@CHARSET "ISO-8859-1";

#content {
	background: none;
}

#left_pane {
	background: url("../images/music_left.jpg") no-repeat;
	}
	
#right_pane {
	background: url("../images/music_right.jpg") no-repeat;
	}
	
#left_pane p {
	margin-left: 10px;
	margin-right: 10px;
	}
	
#left_pane img {
	margin-left: 156px;
	}

#right_pane p{
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	}

a {
	color: #F07002;
	}

#track_list {
	margin-top: 30px;
	margin-left: 0px;
	list-style: none;
	text-align: center;
	font-size: 1.4em;
	color: #F07002;
	line-height: 40px;
	}
