div.progress {
    width: 100%;
    height: 40px;

    position: fixed;
    bottom: 0%;
    left: 0%;
    z-index: 100;
    
    display: none;
}
div.progress div.background {
    width: 100%;
    height: 40px;
    float: left;
    background-color: #cad8ed;
	opacity: 0.75;
    filter: alpha(opacity=75);
}
div.progress div.hourglass {
	   
    top: 1px;
    width: 64px;
    height: 36px;
    
    position: relative;
    margin-left: auto;
    margin-right: auto;
    
}
div.progress div.hourglass img {
    position: relative;
    left: 16px;
    top: -37px;
    width: 32px;
    height: 32px;
    background-color: transparent;
    
}
