* {
    margin:0px;
    padding:0px;
}

body {
    overflow:hidden;
}

body  {
     background: #623f5f; /* Old browsers */
     background: -moz-linear-gradient(-45deg,  #623f5f 0%, #b8695a 100%); /* FF3.6-15 */
     background: -webkit-linear-gradient(-45deg,  #623f5f 0%,#b8695a 100%); /* Chrome10-25,Safari5.1-6 */
     background: linear-gradient(135deg,  #623f5f 0%,#b8695a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#623f5f', endColorstr='#b8695a',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */ 
}

.webgl {
    position: fixed;
    top:0px;
    left:0px;
    outline:none;
/*     cursor:none;
 */}


/*# sourceMappingURL=main.css.map*/