@charset "UTF-8";
/* CSS Document */

body {
	height: 100%;
	width:100%;
  margin: 0;
  padding: 0;
  overflow:hidden;
  overflow-y:hidden;
   overflow-x:hidden;
  
-ms-interpolation-mode:bicubic;
font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
color:#FFF;
 
}
