	#container {
		background: url(../_img/box_wide_bg.gif) repeat-y;
		}
	#header {
		background: url(../_img/box_wide_top.gif) no-repeat bottom;
		}		
	#footer {
		background: url(../_img/box_wide_bottom.gif) no-repeat;
		}
	#mainContent {
		width: 688px;
		margin: 0;
		float: left;
		padding: 96px 17px 0 20px;
		position: relative;
		}
		
	#pageIntro {
	 	width: 266px; 
		margin: 0 20px 0 0;
		padding: 0;
		float: left;
		}
	#mp3player { 
		border: 1px solid #333; 
		width: 400px; 
		padding: 2px 0 0 0;
		margin: 0;
		float: left;
		}
		
	#hdrSongs {
		margin: 0;
		width: 100px;
		height: 53px;
		background: url(../_img/hdr_songs.gif) no-repeat;
		text-indent: -9999px;
		}
	ul.songList {
		display: block;
		width: 320px;
		margin: 20px 0 0 0;
		padding: 0;
		list-style: none;
		float: left;
		line-height: 1.2;
		}
	ul.songList li {
		margin-bottom: 15px;
		}
	.song {
		font-weight: bold;
		/* font-size: 14px; */
		margin: 0 10px 0 0;
	}
	.newSong {
		color: #f00;
		font-weight: bold;
		font-style: italic;
		}
	.artist {
		margin: 0 10px 0 0;
		}