body > iframe
{
    position:fixed;
    top:50%;
    margin-top:-145px;
    background:white;
    left:-292px;
    z-index:3;
    
}
img.fb-icon
{
    position:fixed;
    left:0;
    top:50%;
    margin-top:-55px;
    z-index:3;
}
img.fb-icon:hover
{
    cursor:pointer;
}