.fundopageprogress {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    height: 100%;
    filter: alpha(opacity=60);
    opacity: 0.7;
    -moz-opacity: 0.8;
    background-color: #333333;
}

.centerpageprogress {
    z-index: 99999;
    position: absolute;
}
