#indicator {
width: 100%;
position: absolute;
left: 0;
top: 340px;
}
#indicator div {
width: 260px;
margin: 0 auto;
padding: 26px;
border: solid 1px #969696;
background: #fff;
text-align: center;
}
#indicator img {
margin-top: 5px;
}
<div>Загрузка...<br /><img src="images/progressBar.gif" alt="" /></div>
Только вместо position: absolute; сделать position: fixed;
Пример:
http://realcode.ru/diff/