#loader {
    width: 25px;
    height: 25px;
    display: none;
    position: fixed;
	background: url(../images/loading.gif) no-repeat;
    _position: absolute; /* IE6対策 */
    top: 50%;
    left: 50%;
    margin-top: -12px; /* heightの半分のマイナス値 */
    margin-left: -23px; /* widthの半分のマイナス値 */
    z-index: 9999;
}
 
#fade {
    width: 100%;
    height: 100%;
    display: none;
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9998;
}