#loading {
    background: url("dots-grid.gif") no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}

/* unvisited link */
a:link {
  color: #C0C0C0;
}

/* visited link */
a:visited {
  color: #C0C0C0;
}

/* mouse over link */
a:hover {
  color: #C0C0C0;
}

/* selected link */
a:active {
  color: #C0C0C0;
}


 #test {
    position: fixed;
    bottom: 0;
    right: 0;
  }
