#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 1);
    z-index: 999999;
	top: 0;
}

#pageloader .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	
	text-align: center;
	  margin-top: -16px;
  
    margin-left: -16px;
}

#pageloader .spinner {
	
	 position: absolute;
    width: 32px;
    height: 32px;
    content: "";
    display: block;
    background: url("http://www.pablofernandezserrano.com/fotos/loader_home.gif") center center no-repeat;
   
}