#main-loading{
	background-color:#577639;
	position:relative;
}
#main-loading #loading-container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width:340px;
	height:205px;
}
#main-loading #app-loading{
	position: relative;
    display:block;
	background-image: url('images/background.png');
	background-repeat: no-repeat;
	width:340px;
	height:145px;
    margin-bottom: 10px;
}
#main-loading #loading-gif{
	position: relative;
	background-image: url('images/predefined_loading_1.gif');
	background-repeat: no-repeat;
	width:58px;
	height:58px;
    margin: 0 auto;
}
