﻿#container
{
    width:924px;
}

#container #topContent, #container #bottomContent, #content-pane
{
    width:924px;
}

#container #topContent
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/gen-top-container-big.png', sizingMethod='crop');
}
#container #topContent[id]
{
    background:url(../images/gen-top-container-big.png) top left no-repeat;
}

#container #bottomContent
{
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/gen-bottom-container-big.png', sizingMethod='crop');
}
#container #bottomContent[id]
{
    background:url(../images/gen-bottom-container-big.png) top left no-repeat;
}

#container #content
{
    min-height:500px;
    padding:6px 12px 24px 12px;
    _height:500px;
    background:none;
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/gen-main-container-big.png', sizingMethod='scale');
}
#container #content[id]
{
    background:url(../images/gen-main-container-big.png) repeat-y;
}

/*ie6 only*/
#container .degradeie6, #container .degradeie6 .imagepng
{
    _width:921px;
}
#container .degradeie6 .imagepng
{
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/static/neutral/images/transparent-degrade-no-ad.png', sizingMethod='crop');
}

#container .contentDegrade[class]
{
    background:url(../images/transparent-degrade-no-ad.png) no-repeat bottom left !important;
    
}