body {
    background-image: url('../background.jpg');
}

#radio {
    position:absolute;
    top: 0px;
}

#now_playing {
    position: absolute;
    width: 720px;
    top: 10px;
    color: lightgreen
}

#artists {
    list-style: none;
    overflow: auto;
    height: 50px;
    text-align: center;
}

#artists li {
    float: left;
    margin-right: 10px;
}

#include {
    position: absolute;
    top: 364px;
    left: 200px;
    display: none;
    opacity: 100%;
    background-color: #d6e3eb;
    text-align: center;
}

#select_artists {
    list-style: none;
    width: 290px;
    height: 190px;
    background-color: transparent;
    overflow: auto;
}

#select_artists li {
    float: left;
    margin-right: 10px;
}

#playlist {
    display: inline-block;
    padding: 0;
    margin: 0;
    border: none;
    background-color: transparent;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    appearance: none;
    width: 330px;
    height: 256px;
    position: absolute;
    top: 364px;
    left: 200px;
}

#playlist option {
    display: block;
}

#play_selection {
    background-color: transparent;
    color: lightgreen;
    position:absolute;
    top: 439px;
    left: 76px;
    border-color: lightgreen
}

#include_artists {
    background-color: transparent;
    color: lightgreen;
    position: absolute;
    top: 519px;
    left: 84px;
    width: 80px;
    border-color: lightgreen;
}

#reshuffle {
    background-color: transparent;
    color: lightgreen;
    position: absolute;
    top: 566px;
    left: 89px;
    width: 70px;
    border-color: lightgreen
}

#player {
    position:absolute;
    top: 560px;
    left: 202px;
    display: block;
}