﻿body 
{
    background: #ffffff url(../../Images/Layout/body-bg.jpg) top left repeat-x;
    margin-left: auto;
    margin-right: auto;
    margin-top:0;
    padding-top:0;
}

#header
{
    width:900px;
    height:205px;
    background: url(../../Images/Layout/header-bg.jpg)
}

#spacer
{
    width:900px;
    height:30px;
    background: url(../../Images/Layout/spacer-bg.jpg)
}

#contentHeader
{
    width:900px;
    height:30px;
    background: url(../../Images/Layout/content-header-bg.jpg)
}

#content
{
    width:900px;
    min-height:5px;
    background: url(../../Images/Layout/content-bg.jpg) repeat-y;
}

#contentFooter
{
    width:900px;
    height:30px;
    background: url(../../Images/Layout/content-footer-bg.jpg)
}

#footer
{
    width:900px;
    height:60px;
    background: url(../../Images/Layout/footer-bg.jpg)
}

