@charset "utf-8";
/* CSS Document */

#box {
    position:fixed;
    top:80%;
    right:5px;
    
}
#box.fixed {
    position: fixed;
}