﻿body 
{
    margin:0 0 0 0;
    width:100%;
    height:100%;
    background-image:url(../images/blue.png);
    background-repeat:repeat;
    text-align:center;
}


#main
{
    width:100%;
    height:567px;
    background-image:url(../images/gradient.png);
    background-repeat:repeat-x;
    text-align:center;
}
    

#center
{
    width:469px;
    height:auto;
    margin-left: auto;
    margin-right: auto;
}

#top
{
    background-image:url(../images/top.png);
    width:469px; 
    height:175px;
}

#logo
{
    background-image:url(../images/AZNCinemaLogo.png);
    width:469px; 
    height:315px;
}

