#myWebGLCanvas {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 10;
}

#myImageCanvas {
    position: absolute;
    left: 0px;
    top: 50px;
    z-index: 0;
}
