/**
 * fixme, this might break themes
 */
#content {
    position:                   relative;
}
#afaspinner {
    width:                      128px;
    height:                     15px;
    background:                 url( ../images/spinner.gif );
    position:                   absolute;
    top:                        75px;
    left:                       50%;
    margin-left:                -64px;
	display:					none;
}

