﻿

#container
{
    width: 997px;
    margin: 0 auto;
}
#loader
{
    background-color: #000000;
    display: inline;
    float: left;
    height: 340px;
    overflow: hidden;
    margin: auto;
    width: 997px;
    position: relative;
    text-align: center;
}

#loader img
{
    width: 100%;
    height: 100%;
}


