html {
margin-left:auto;
margin-right:auto;
}

body {
min-width:500px;
min-height:1100px;
background-image:url(bg.png);
background-size:cover;
background-repeat:no-repeat;
margin-bottom:0;
overflow:hidden;
}

#content {
position:absolute;
top:20%;
left:10%;
width:300px;
}

#songwrapper {
font:10px Tahoma, Helvetica, Arial, Sans-Serif;
color:#999;
margin-top:0;
display:block;
height:150px;
width:500px;
}

#albumartwrapper {
float:left;
height:150px;
min-height:150px;
min-width:125px;
width:125px;
background-image:url(none.png);
}

#albumart {
box-shadow:1px 1px 5px #b3b3b3;
height:118px;
width:118px;
display:block;
background-size:100% 100%;
border-style:solid;
border-width:1px;
margin:16px 16px 16px 0;
}

#song {
float:left;
height:130px;
width:200px;
margin-top:20px;
margin-left:10px;
display:inline;
word-wrap:normal;
overflow-y:auto;
}

#under {
font:10px Tahoma, Helvetica, Arial, Sans-Serif;
color:#999;
margin-top:-4px;
display:block;
word-spacing:6px;
}

#website {
font:78px Tahoma, Helvetica, Arial, Sans-Serif;
display:block;
}

audio {
margin-top:0;
display:block;
}

#playlist {
display:none;
font:10px Tahoma, Helvetica, Arial, Sans-Serif;
color:#999;
margin-top:25px;
max-height:300px;
max-width:300px;
overflow-y:scroll;
overflow-x:hidden;
white-space:nowrap;
}

span {
display:block;
white-space:nowrap;
}

#trackbarcontainer {
height:2px;
width:300px;
margin-top:10px;
background-color:#DDD;
}

#trackbar {
width:0;
height:2px;
background-color:#555;
}

a:link,a:visited {
color:#999;
text-decoration:none;
}

a:hover,a:active {
color:#444;
text-decoration:none;
}
