﻿#loader
{
    height: 381px;
    width: 902px;
    background-color: #ccc;
}

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


