#wp_fix_box{
position: fixed;
right: 165px;
bottom: 244px;
}

#wrapper        {
    position:relative
}
 
#box {
    position : absolute;
    top : 0;
    left : 0;
}

