#preloader
{
  width: 200px; 
  height: 100px; 
  position: absolute; 
  left: 50%; 
  top: 50%; 
  margin-top: -50px; 
  margin-left: -100px; 
  text-align: center;
  letter-spacing: 2px;
  font-family:Century Gothic;
  font-size: 16px;
  color: #6AE1FF;
}