.rightPane 
{
    width:200px;
    float:right;
    overflow:hidden;
}

.contentPane 
{
    width:480px;
    float:left;
}

