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

html { 
/*  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;*/
  background-color:#FFF;
}

html, body {width:100%; height:100%; padding:0; margin:0;overflow:hidden;

}
body {min-width:100%;min-height:100%;
margin:0;
	padding:0;
}


 img{
	max-width:100%;
	height:auto;
	width:auto;
}
	