html { height: 100%; height:auto !important; min-height: 100%; }
body { padding:0px; margin:0px; background-color:#000; color:#FFF; font:0.75em/1.5 "arial", sans-serif; height:100%; min-height: 100%; height:auto !important; }
ul li, ol li { list-style-position: inside; }
a { color: #fff; }
a:hover { color: #c7e5ff; }

#main {
    margin-left: auto;
    margin-right: auto;
	width:740px;
	height:460px;
	padding:0px;
	overflow:hidden;
	background:#6f0000;
}

#top { width:100%; height:90px; padding-top:5px; text-align:center; }

#preroll { width:100%; height:250px; background-color:#000; }

#content { width:100%; height:250px; padding:5px; }
	#content-left { float:left; width:300px; height:250px; }
	#content-right { float:right; width:440px; height:250px; }
		#title { width:100%; height:25px; padding:5px; font-size:130%; font-weight:bold; background:url(../images/title_gradient.png); }
		#current { width:100%; height:170px; padding:5px; margin-top:10px; }
			#playing { line-height:4px; font-weight:bold; }
			#show_albumart { float:right; width:170px; height:170px; padding:5px; }
		#player { width:100%; height:20px; padding:0px; text-align:center; }

#bottom { width:100%; height:120px; }
#bottom ul {
	margin: 0;
	padding-left: 3px;
	width: 100%;
	height:26px;
	float: left;
	position: relative;
	top: 0;
	left: 0;
	background-color:#000;
}
#bottom li {
	list-style: none;
	margin: 0;
	margin: 0 10px 0 0;
	float: left;
}

#bottom li a:link, #bottom li a:visited, #bottom li a:active {
	display: block;
	white-space:nowrap;
	line-height: 30px;
	font-weight: bold;
	font-size: 12px;
	white-space: nowrap;
	color: #fff;
	float: left;
}
#bottom li a:hover {
	color: #c7e5ff;
}
