html, body {
    height: 100%;
    margin: 0 0 0 0;
}

.background-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;

}

.left-frame {
    width:35%; 
    height:100%; 
    float: left; 
    overflow-y: auto; 
    text-align: right; 
    direction: rtl;    
}

.left-text-frame {
    max-width: 200px;
    direction: ltr;    
}

.right-frame {
    width:65%; 
    height:100%; 
    float: left; 
    overflow-y: auto; 
}

.right-text-frame {
    max-width: 700px;
    border-left: 1px #999 solid; 
}

#playerSection {
    position:fixed; 
    bottom:0; 
    left:0; 
    height: auto; 
    background: #FFF; 
    display: none; 
    width:100%
}

#playerTitle {
    float:left; 
    margin: 7px 0 0 32px; 
    padding: 10px; 
    font-size:12pt; 
    font-family:Helv,Arial; 
    color:#777;
}

#playerNext, #playerPrev {
    float:right; 
    margin: 7px 16px 0 16px; 
    padding: 10px; 
    font-size:12pt; 
    font-family:Helv,Arial; 
    color:#777; 
    cursor:pointer;
}