﻿
body {
	background-color: white;
}

#loader
{
    background-color: white;
    display: inline;
    float: left;
	width: 680px;
    height: 455px;
    overflow: hidden;
    margin: auto;
    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;
}


