body {
	background: #884545;
	font: 11px Verdana, Arial, sans-serif;
	color: #d7d69a;
	padding: 70px 0px 40px 0px;
	margin: 0px;
}
a, a:visited{
	color:  #d7d69a;
}

#container {
	width: 620px;
	margin: 20px auto 20px auto;
}

.song_list {
	width: 300px;
}

.album {
	background: #AC7339;
	padding: 20px 20px 20px 20px;
	margin-top: 20px;
}

.column_header {
	background: #AC7339;
	padding: 1px 0px 1px 0px;
}

#band {
    float: right;
}

#solo{
    float: left;
}

#footer {
	float: bottom;
	background: #ff0000;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
	height: 20px;
	background: #999966;
	padding: 0px 0px 0px 0px;
	color: #884545;
}

#player_container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
	height: 70px;
	background: #999966;
	padding: 0px 0px 0px 20px;
	color: #884545;
}
#player_container a, #player_container a:visited {
	color: #884545;
	text-decoration: none;
}


#player_progress_ctrl_bar, #player_progress_play_bar {
	font-size:0.8em;
	height:1.2em;
	position: absolute;
}

#player_progress_ctrl_bar {
	border: solid 1px;
}

#player_progress_play_bar {
	background: #884545;
}

@media screen {
    body>div#player_container {
	    position: fixed;
    }
    body>div#footer {
	    position: fixed;
    }
}

