#loader {
    position: fixed; 
	left: 50%; 
	top: 50%; 
	display: none;
	z-index:999;
}
#loader img{
    max-width:100%;
    max-height:100%;
}