body 
{ 
    background-color:#000;color:#FFF; margin:0px;padding:0px;overflow:hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */    
    
}
.playable-canvas 
{
    position:relative;    float:left;
}



#zone_canvas 
{
    /* Prevent nearby text being highlighted when accidentally dragging mouse outside confines of the canvas */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align:center;
     outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */    
    
}  
@font-face 
{
    font-family: 'font_special';
    src: url('Retro Gaming.ttf');
}   
#video {position:absolute;left:0px;top:0px;width:100px;height:100px;}

.canvas {
    background-color:#000c1c;border:1px solid #000;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
     outline: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); /* mobile webkit */    
    
}
#canvas_add {diplay:none; border:1px solid #FFF;}