*{
     -webkit-tap-highlight-color: rgba(0,0,0,0);
 }

html, body, canvas{
    margin: 0;
    padding: 0;
    border: 0;
}
canvas{
      position: relative;
}
html, body, #interactive-area{
    width: 100%;
    height: 100%;
    max-width:1136px;
    margin: auto;
}
#interactive-area {
    background-image: none;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
}
body{
    background-color: #bcd8d8;
    overflow: hidden;
}

/*



*{
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
body
{
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    height: 100%;

}
canvas
{
    position: relative;
}
#interactive-area
{
    background-image:none;
    !*background-image: url("../img/rotate_device.png");*!
    background-repeat: no-repeat;
    background-position: center;
    margin: auto;
    width: 100%;
    height: 100%;
    padding-bottom:1px;
    overflow: hidden;
}
div.spacer{height:1px;}
*/
