body
{
    background: url(/images/xmas_bg.jpg) repeat-x top left #E1E5F1;
    padding-top: 15px;
}
#glassBorderUp
{
    background: transparent url(/images/layout/glassBorderUp.png) no-repeat top center;
    behavior: url('/iepngfix/iepngfix.htc');
    width: 100%;
    margin: 0px auto;
    padding-top: 36px;
}
#glassBorderContent
{
    background: transparent url(/images/layout/glassBorder.png) repeat-y top center;
    behavior: url('/iepngfix/iepngfix.htc');
    width: 100%;
}
#glassBorderDown
{
    background: transparent url(/images/layout/glassBorderDown.png) no-repeat top center;
    behavior: url('/iepngfix/iepngfix.htc');
    width: 100%;
    height: 50px;
}

#all
{
    background: #fff;
}