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
{
    font-size: 16px;
    background: #000;
    color: #fff;
}
