﻿

#loader
{
    background-color: #90283B;
    display: inline;
    float: left;
    height: 245px;
    overflow: hidden;
    margin:0 auto 30px auto;
    width: 939px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}
.loading
{
    background: url( '../loadingIcon.gif' ) no-repeat 50% 50%;
    height: 100%;
    width: 100%;
	z-index:10;
}


