@charset "UTF-8";

.centeringImage {
  position: relative;
  overflow: hidden;
  background: url("loader.gif") no-repeat scroll center center transparent
}
.centeringImage img {
    position: absolute;
    display: none;
  }
