/* BACKGROUND ICON */
body { 
    background-image: url('../img/icon_bg.png?v=1.1');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: right bottom; 
}