#loading
{
    position: absolute;
	box-sizing: border-box;
	margin: 0;
    width: 100%;
    height: 100%;
    left : 0;
    top: 0;
    background-color: #000000;
    z-index: 999;
}

#loadingImage
{
    position: absolute;
	box-sizing: border-box;
	margin: 0;
    width: 200px;
    height: 40px;
    left: calc(95% - 200px);
    top: calc(95% - 40px);
	background-size: cover;
    background-image: url("../resources/image/loading00.gif");
}