a:link { color: #ff9b00; text-decoration: none; }
a:visited { color: #ff9b00; text-decoration: none; }
a:active { color: #ff9b00; text-decoration: none; }
a:hover { color: #fff; text-decoration: none; }
a:focus { color: #fff; text-decoration: none; }

body {
    position: absolute; left: 0; top: 0; margin: 0; padding: 0; width: 100%; height: 100%;
    color: #ddd; font-size: 1em; font-family: verdana, arial, helvetica, "sans serif";
    background: #111;
}

#left {
    margin: 0; padding: 0; width: 200px; height: 100%; float: left;
}
ul.social {
    margin: 60px 0 0 0; padding: 0 0 0 10px;
}
ul.social li {
    margin: 0px; padding: 0 8px 0 0;
    list-style: none; display: inline;
}
ul.social li:last-child {
    padding: 0;
}
#sub-noise {
    margin: 0; padding: 10px 0 0 10px; float: left;
    color: #666; font-family: verdana, arial, helvetica, "sans serif";
}
#content {
    position: absolute; left: 200px; padding-top: 100px;
}
.album {
    clear: both; height: 320px;
    border-bottom: 2px solid #222;
}
.albumname {
    float: left; width: 200px; text-align: right;
}
.songs {
    float: left; width: 200px;
}
.songs span {
    clear: left; display: block; padding: 0;
}
.albumcover {
    float: left;
}
.albumname, .songs, .albumcover {
    margin: 0; padding: 10px; 
    /*border: 1px solid white;*/
}