@font-face {
  font-family: 'CooolFont';
  src: url('../font/Treamd.ttf')  format('truetype');   
}

body{
	font-family: verdana;
	font-size:48px;
	overflow': 'hidden';    
}

.page{	
	height: 100%;
	width: 100%;
	/*position: fixed !important;*/
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
}
.loader-container{
	position:absolute;
	background: url('../img/bg.jpg');	
	background-size: cover;
	background-position: 0% 0%;
	text-align: center;
	color: white; 
	width: 100%;
	height: 100%;
}
.container-overlay{
	display: table;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
}
