#outer {height: 500px; overflow: hidden; position: relative; width: 100%;}
#outer[id] {display: table; position: static;}
		
#middle {position: absolute; top: 50%; width: 100%; text-align: center;} 
#middle[id] {display: table-cell; vertical-align: middle; position: static;}
		
#inner {position: text-align: center;} 
#inner {width: 520px; margin-left: auto; margin-right: auto;}


table.loadingtable {
	width: 300px; 
	border: 1px solid #444444; 
	border-collapse: collapse;
}

.lyrics {
	color: #2E2E2E;
	font-size: 6pt;
}

.lyrics_container {
	/*overflow: hidden;*/
	/*height: 233px;*/
}

a.skiploading {
	color: white;
}

a.dsref {
	color: #383838;
	font-size: 7pt;
}

a.dsref:hover {
	color: white;
}

body {
	font-family: Verdana;
	font-size: 11px;
	color: white;
}

h1 {
	font-size: 7pt;
	font-weight: normal;
	color: #343434;
	margin-bottom: 12px;
}

.shortcutmenu a {
	color: #404040;
	font-size: 7pt;
}

.shortcutmenu a:hover {
	color: white;
}

#progress_bar {
	width:0px; 
	height:10px; 
	background:#8f7399;
}

