#glassPane{
    background-image: url("glasspane_texture.png");
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}