.spinner {
    position: fixed;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    text-align: center;
    overflow: hidden;
}

.spinner img {
    width: 80px;
    height: 80px;
}

.spinner .text {
    line-height: 20px;
    color: #666;
    font-size: 12px;
}