﻿body 
{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	font-family: 		Verdana;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;
    background-color: 	#000000;

    margin: 0;
    padding: 0;
    overflow: hidden;
}

#orientation 
{
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(assets/art/rotate.png); 
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;

    z-index: 999;
    display: none;
}