#boxLoading{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	background-image:url("../img/overlay.png");
}

#boxLoading img{
	left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
}