.loader-wrap {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the loader gif */
    margin-top: -50px; /* half height of the loader gif */
    text-align:center;
    z-index:9999;
    overflow: hidden;
    width: 160px;
    height: 160px;
    background: url(/assets/img/loader-wrap.png);
}

.loader {
    margin: 10px 30px 5px 30px;
    width: 100px; /* width of the loader gif */
    height: 105px; /*hight of the loader gif +2px to fix IE8 issue */
}

.loader-wrap div.text {
	display: block;
	text-align: center;
	color: #fff;
	font: normal 12px Arial;
}