
canvas {

    margin:0;
    padding:0;
    width: 100%;
    height: 100%;
    /*display: block;*/
    /*opacity:0.5;*/
    /*background:transparent;*/

}


.cr{
     font-size: .8em;
}


.gameArea {
    position: relative
    width: 100%;
    height: 100%;
    /*z-index: 2000;*/
}

#support1{
    position: relative
    width: 100%;
    height: 100%;
    z-index: 100;

    background: rgba(5, 5, 10, 0.8);
}

#support{
    position: relative
    width: 100%;
    height: 100%;
    /*z-index: 20;*/

    background: rgba(202, 200,100, 1);
}

html, body {
    background: url(../res/mj/bg.jpg);
}

.f{
    bottom: 0;
    float: right;
    margin: 2em;
    font-size: 8px;
}