﻿/*Stylesheet*/
BODY, HTML 
{
    -webkit-tap-highlight-color: rgba(0,0,0,0); 
    -webkit-touch-callout: none;                
    -webkit-text-size-adjust: none;             
    -webkit-user-select: none;                  
	margin: 			0;
	padding: 			0;
	font-family: 		Arial, Verdana, sans-serif;
	font-size: 			12px;
	font-weight:		normal;
	color: 				#ccc;
    overflow: hidden;
    background:#4aa4c2 url("bg.png") no-repeat;
    background-size:cover;
    /*background-image: url("bg.jpg");
    background-size: cover;
    background-repeat:no-repeat;*/
}