/* --- Wallpaper banner  */

#wallpaper {
    display: block;    
    width: 100%;
    height: 100%;    
    left:0;
}

#wallpaper-link-container {
    position:fixed;
    top:0;
    left:0;
    overflow:hidden;
    width:100%;
    height:100%;        
}

#wallpaper-link-left { 
    display:block;
    position:fixed;
    width:400px;
    height:1000px;
    margin-left:-923px;
    left:50%;
    /* border: 1px solid red; */ /* Remove this line on production */
}

#wallpaper-link-right {
    display:block;
    position:fixed;
    width:400px;
    height:1000px;
    margin-right:-922px;
    right:50%;
    /* border: 1px solid red; */ /* Remove this line on production */
}

/* --- EOF Wallpaper banner  */