/**
 * hokug v0.1.0
 * http://hoku.in/
 *
 * Copyright 2013 hoku.
 * Released under the MIT License.
 */
 
canvas #hokugCanvas {
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none;
}
 
#hokugCanvasContainer {
    position: relative;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
 
body {
    padding: 0px;
    margin: 0px;
    background-color: #444;
    overflow-y: hidden;
}
 
html {
    overflow-y: hidden;
}