@charset "UTF-8";
/* CSS Document */


body {
	background: white;
	/*font: .75em "Lucida Grande", Lucida, Verdana, sans-serif;*/
	font: .75em Georgia, "Times New Roman", Times, serif;
	color: #000;
	letter-spacing: -.02em;
	word-spacing: 0em;
	line-height: 1.35em;
	
}

div#wrap {
margin: 0 auto; 
padding: 0 0 30px 0;
width: 208px;
}

div#elk {
padding: 0 0 10px 0;
}

div#wrap p {
margin: 0 8px 10px 8px;
padding: 0 0 10px 0;
border-bottom: 1px solid #eee;
}

div#wrap p.last {
border: none;

}

div#wrap div.player p {
border: none;
margin: 0;
padding: none;
}

div#wrap div.player {
margin: 0 8px 10px 8px;
padding: 0 0 10px 0;
border-bottom: 1px solid #eee;
}

object {
margin: 0;
}

a {
color: #990000;
text-decoration: none;
border-bottom: 1px dotted #990000;
}

a:hover {
background: #990000;
border-bottom: 1px dotted white;
color: white;
}

i {
color: #990000;
}

div#archive {
background: #e8e8e8;
z-index: 5;
text-align: left;
width: 100%;
position: fixed;
bottom: 0;
left: 0;
padding: 5px;
}

