html {
	height: 100%;
	-ms-overflow-style: -ms-autohiding-scrollbar;
}

body {
	/* Uncomment this to enable scrolling and zooming
	touch-action: manipulation;
	*/
	height: 100%;
	margin: 0;
	font-family: arial;
	font-size: 14px;
	line-height: 1.3;
}

#banner {
	width: 100%;
	height: 30px;
	background: #cdf;
}

#banner_title {
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}