/* Without new year stuff */
body{
    background: url(../img/bgl.gif) left top repeat-y, url(../img/bgr.gif) right top repeat;
}

/* With new year stuff */
/*
body{
    background: url(../img/bgl_ng.gif) left top repeat-y, url(../img/bgr_ng.gif) right top repeat;
}
*/

.color-footer {
    background-image: url(../img/bg_footer.gif)
}