  
#ds-header-logo-ub {
   /* background: url("../gfx/uniradio.gif") no-repeat scroll 0 0 transparent;*/
    background: url("../gfx/audio.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 80px;
    margin: 5px 15px 0 0;
    width: 460px;
}
 
.rot {
    background: linear-gradient(to bottom, #BB1A43 0%, #A2183B 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #901735;
    border-radius: 0.4em;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    color: #FFFFFF;
    cursor: pointer;
    float: none;
    font-size: 1.1em;
    font-weight: 600;
    margin: 0 8px 25px;
    outline: medium none;
    padding: 0.4em 0.85em;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    vertical-align: baseline;
}