html { 
    height: 100%; 
} 

body {
    height: 100%; 
    margin: 0;
    background-color: #FFFFFF;
	color: #000000;
	font-family: "abel";
}

@font-face {
    font-family: 'abel';
    src: url('../fonts/Abel-Regular.ttf');
}

@font-face {
    font-family: 'menphis';
    src: url('../fonts/Menphis.ttf');
}

.back_img_wait_center {
	position: absolute;
    top: 50%;
	left: 50%;
}

.main_content {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow:auto;
}