#alert {
position: absolute;
z-index: 999;
text-align: center;
left: 40%;
top: 250px;
display: none;
}

#alert p {
width: 180px;
padding: 10px;
background: white;
border: 1px solid #aaa;
}
body.loading #alert { display: block; }