﻿div.img {
  background-image: url('img/loading32.gif');
  background-repeat: no-repeat;

  position: fixed;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}