body #loader {
  display: none;
  position: absolute;
  z-index: 250;
  width: 32px;
  height: 32px;
  background-image: url(../images/ajax-loader-large.gif);
  background-repeat: no-repeat;
  background-position: center center; }

.null {
  display: none; }

.contactBlock {
  float: left;
  height: 198px;
  width: 195px;
  margin: 0 35px 0 0; }
  .contactBlock.last {
    margin: 0; }
  .contactBlock.first {
    float: none; }
