#loading
{
    width: 120px;
    height: 40px;
    background-color: White;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -20px;
    margin-left: -50px;
    text-align: center; /*background-image: url('images/loading.gif');*/
    background-repeat: repeat;
    border-right: black thin solid;
    border-top: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
}
