html, body, canvas
{
    margin: 0px;
    padding: 0px;
    background: #000;
    width: 100%;
    height: 100%;
}

canvas
{
    /* This prevents vertical scrollbars from appearing (more info at
    /* https://stackoverflow.com/questions/12989931/body-height-100-displaying-vertical-scrollbar) */
    float: left;
}

p#loading
{
    text-align: center;
    padding-top: 100px;
    font-size: 48px;
    background: #000;
    color: #fff;
    position: absolute;
    width: 100%;
}
