body {background-color: #A1A1A1; margin: 0; padding: 0; }
#art-page-background-glare
{
    position: absolute;
    width: 100%;
    height: 289px;
    left: 0;
    top: 0;
}

#art-page-background-glare-image
{
    background-image: url('Page-BgGlare.png');
    background-repeat: no-repeat;
    height: 289px;
    width: 400px;
    margin: 0;
}


#art-page-background-simple-gradient
{
    position: absolute;
    background-image: url('Page-BgSimpleGradient.jpg');
    background-repeat: repeat-x;
    top:0;
    width: 100%;
    height: 900px;
}
#imSite {width: 960px; margin: 15px auto; text-align: left;}
#imHeader {height: 134px; background-image: url('top.jpg'); background-repeat: no-repeat; background-position: left top; }
#imBody 
    {
    position:relative   ;
    background-image: url('content.jpg'); 
    background-repeat: repeat-y; 
    background-position: left top; }
#imMenuMain {height: 44px; padding: 1px 1px 0 25px; background-image: url('menu.jpg'); background-repeat: no-repeat; background-position: left top; }
#imContent {clear: left; padding: 10px 21px 0 0; margin-left: 16px}
#imFooter {clear: both; height: 62px; background-image: url('bottom.jpg'); background-repeat: no-repeat; background-position: left top; }

