@font-face {
	font-family: wm;
	src: url('font/Lato-Black.ttf');
}

@font-face {
	font-family: wm-per;
	src: url('font/CarterOne-Regular.ttf');
}

html,
body {
	-ms-touch-action: none;
	background-color: #000000;
	background-image: url('../../resource/assets/img/bg/w_bg_101.jpg');
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: center;
	background-size: contain;
	padding: 0;
	border: 0;
	margin: 0;
	height: 100%;
	overflow: hidden;
}

div.outer-div {
	display: table;
	width: 100%;
	height: 100%;
}

div.middle-div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.ldBar-label {
	color: #606;
	font-family: wm, serif;
}

#lbBar {
	margin: auto;
	font-family: wm, serif;
}

#dialog {
	overflow: hidden;
	margin: 0;
	padding: 0;
}

#titanIframe {
	margin: 0;
	padding: 0;
	top: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%;
	border: none;
	overflow: hidden;
	z-index: 999999;
}
