/* Start of CMSMS style sheet 'Common:Background' */
            #background
            {
                position: absolute;
                top: 0px;
                width: 100%;
                z-index: -10;
            }

            #top_container
            {
                height: 189px;
            }

            #bottom_container
            {
                height: 189px;
                clear: both;
            }


            #middle_container_left
            {
                background-image: url(/images/templates/left_bg_image.jpg);
                width: 275px;
                height: 320px;
                float: left;
            }

            #middle_container_right
            {
                background-image: url(/images/templates/right_bg_image.jpg);
                width: 258px;
                height: 320px;
                float: right;
            }

            #container
            {
                position: relative;
                max-width: 1468px;
                margin-left: auto;
                margin-right: auto;
                height: 264px;
            }
/* End of 'Common:Background' */

