body {
    margin: 0px 0px 0px 0px; 
    background-repeat: no-repeat;
}
div.player {
    position: absolute;
    width: 500px;
    height: 25px;
    top: 155px;
}

div.info {
    background-image: url('../image/background_player.png');
    background-repeat: no-repeat;
    position: absolute;
    text-align: left;
    width: 500px;
    height: 200px;
    font: bold 12px Tahoma;
    color: black;
}

#name {
    position: absolute;
    top: 50px;
    left: 165px;  
    font: bold 13px Tahoma;
    color: black;
}

#genre {
    position: absolute;
    text-align: left;
    top: 105px;
    left: 320px;  
    font: bold 11px Tahoma;
    color: black;
}

#bitrate {
    position: absolute;
    text-align: left;
    left: 320px;   
    top: 85px;
    font: bold 11px Tahoma;
    color: black;
}

#icq {
    position: absolute;
    text-align: left;
    left: 165px;   
    top: 85px;
    font: bold 11px Tahoma;
    color: black;
}

#listeners {
    position: absolute;
    text-align: left;
    left: 165px;   
    top: 105px;
    font: bold 11px Tahoma;
    color: black;
}
#song {
    position: absolute;
    text-align: left;
    left: 165px;   
    top: 125px;
    font: bold 11px Tahoma;
    color: black;
}