/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Nov 20, 2014, 5:57:04 PM
    Author     : harsh.shringi
*/

body,html{
     margin:0; 
     padding:0; 
    font-family:Arial;
/*    background-color: #000;*/
    z-index: 1;
position: relative;
}

@media only screen
and (min-width : 1030px) {
    body,html{
        height:100%;
    }
}

*{
    -webkit-tap-highlight-color:transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    /*cursor: default;*/
}