html {
    background-color: transparent
}

body
{
    background: #000000;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    font-family: sans-serif;
    font-size: 15px;
    overflow: hidden;
}

*
{
    -webkit-tap-highlight-color:rgba(0,0,0,0);
}

#Inchlib
{
    top: 0;
    position: fixed;
}

#InchlibCanvas
{
    top: 0;
    display: block;
}
