html, body { height: 100%; background-color: #000; font-family: arial; color: #415974 }

:focus { -moz-outline-style: none; }
a { color: #415974; font-size: 11px; text-decoration: none;  color: #415974 }
a:hover { text-decoration: underline; }

/* homepage landing link */
#landing { 
	width: 749px; 
	height: 744px; 
	margin: 0 auto; 
	text-indent: -9999px; 
	overflow: hidden; 
	display: block; 
	background: url(../images/landing.jpg) left top no-repeat; 
}

#main { 
	margin: 0 auto;
	width: 749px; 
	height: 744px;
	background: url(../images/player-bg.jpg) left top no-repeat; 
	position: relative;
}

#tracklist ul { position: absolute; top: 15px; height: 260px; }
#tracklist .left { width: 260px; left: 20px}
#tracklist .right { width: 240px; right: 34px;}
#tracklist .tracklink { position: absolute; display: block; width: 100%; height: 30px; }
#tracklist .tracklink a { text-indent: -9999px; overflow: hidden; display: block; width: 100%; height: 100%; }

#tracklist .track-selected { position: absolute; z-index: 1000; top: 7px; }
#tracklist .left .track-selected { right: -23px; }
#tracklist .right .track-selected { left: -23px; }

/* track link "image maps" */
/* left size */
.weatherman {}
.runningback { top: 38px;}
.wrongkind { top: 75px; height: 66px !important;}
.clintwalkingstick { top: 147px; }
.jackknives { top: 185px; }
.dash { top: 222px; }
/* right size */
.teddy {}
.louddrum { top: 38px; }
.julie { top: 75px; }
.pitchforkman { top:111px; }
.rayborgsblues { top: 147px; }
.deanchelsea { top: 185px; }
.letmebe {top: 222px;}


#player { position: absolute; left: 175px; top: 286px; width: 401px; height: 16px; }
#player embed{ margin-bottom: 1px; }
#player object, #player embed { width: 400px; height: 15px; }

#player .button { float: right; margin-left: 15px;}
.download {  }
.share {  }
.donate { }

#download-options { padding: 3px 9px; position: absolute; z-index: 1000; right: 80px; top: 34px; border: 1px #a0aab4 solid; background-color: #f2f5f7; }
#download-options a { padding: 1px 0px; font-size: 11px; display: block; color: #415974 }

#lyrics { clear: both; font-size: 13px; width: 649px; line-height: 1.3em; color: #304356; padding: 0 50px; position: absolute; top: 375px;}
#lyrics .title { text-align: center; font-weight: bold; margin-bottom: 3px; }

#donate-message { padding: 3px 9px; position: absolute; z-index: 1000; width: 130px; top: 34px; right: -115px; font-size: 11px; border: 1px #a0aab4 solid; background-color: #f2f5f7; }

.links { position: absolute; bottom: 10px; right: 14px; }
.links a { font-size: 13px; font-weight: bold; color: #fff; }