#loader{
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1001;
}
.overlay {
    background-color:#EFEFEF;
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 0px;
    left: 0px;
    opacity: .5; /* in FireFox */
    filter: alpha(opacity=50); /* in IE */
}