#loading-image {
    display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
    text-align: center;
	background: url(/design/preloader.gif) center no-repeat;
    background-color: rgba(255, 255, 255, 0.4);
}
#text_loading {
  position: absolute;
  top: 25%;
  width: 100%;
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  font-size: 25px;
  color: #f06292;
}