html {
	margin:0;
	padding:0;
	height:100%;
}

body {
	overflow: hidden;
	margin:0;
	height:100%;
}

iframe {
	height:100%;
}

div {
	height:100%;
	-webkit-overflow-scrolling:touch;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}