body {
    margin: 0px 0px 0px 0px; 
    background-repeat: no-repeat;
}

a {
	text-decoration: none;
	color: #FFFFFF;
}

a:hover {
	text-decoration: none;
	color: #FF8000;
}

div.player {
    position: absolute;
    width: 468px;
    height: 20px;
    top: 124px;
}

div.info {
    background-image: url('../images/bg_player.jpg');
    background-repeat: no-repeat;
    position: absolute;
    text-align: left;
    width: 468px;
    height: 125px;
    font: bold 11px Tahoma;
    color: white;
}

div.advert {
    position: absolute;
    width: 468px;
    height: 60px;
    top: 144px;
}

#name {
    position: absolute;
    text-align: left;
    top: 25px;
    left: 110px;  
    font: bold 17px Tahoma;
    color: white;
}

#genre {
    position: absolute;
    text-align: left;
    top: 50px;
    left: 110px;  
    font: normal 11px Tahoma;
    color: white;
}

#bitrate {
    position: absolute;
    text-align: left;
    left: 300px;   
    top: 50px;
    font: bold 11px Tahoma;
    color: white;
}

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

#listeners {
    position: absolute;
    text-align: left;
    left: 300px;   
    top: 85px;
    font: bold 11px Tahoma;
    color: white;
}

