
* { padding: 0; margin: 0; }

body {
color: #999999;
background: #FFFFFF;
font-family: arial, lucida grande, verdana, sans-serif;
font-size: 12px;
text-align: left;
}

h1 {
font-size: 36px;
color: #FF9B00;
}

h2 {
color: #666666;
font-sze: 12px; }

img { border: 0; }

a { color: #333333; font-weight: normal; text-decoration: none; }
a:hover { color: #cc6600; }

#core{
position: absolute;
top: 40px;
left: 40px;
width: 850px;
height: 525px;
background: url(gfx/bg.gif) no-repeat;
}

#vol {
position: absolute;
top: 66px;
left: 189px;
}

#contributors {
position: absolute;
top: 150px;
left: 40px;
width: 135px;
}

#contributors p {
padding: 10px 0px 10px 10px;
border-bottom: 1px dotted #000;
}

#cover {
position: absolute;
top: 150px;
left: 192px;
width: 400px;
height: 400px;
}

#playlist {
position: absolute;
top: 145px;
left: 621px;
width: 270px;
margin-left: -16px;
border-left: 5px solid #000;
padding-bottom: 20px;
}

#playlist p {
padding: 10px 0px 10px 10px;
border-bottom: 1px dotted #000;
}

#download {
position: absolute;
top: 445px;
left: 610px;
}

#credits {
position: absolute;
top: 530px;
left: 610px;
}

.s { font-size: 11px; }

.title { color: #555555; }


/* sIFR
------------------------------------------------------------------------------------- */


/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}


/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
