#loader {
  margin: auto;
  width: 100%;
  padding: 10px;
  text-align: center;
  margin-top: 15%;
  z-index: 1000;
  position: relative;
 }
 
 .corner_image {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1;
 }