body {
                background-image: url('/data/images/background.jpg');
                background-repeat: repeat-x;
                background-position: 0px 200px;
                behavior: url('/data/style/resource/iepngfix.htc');
            }
            div.header {
                background-image: url('/data/images/pattern.jpg');
                height:200px;
                min-width: 1000px;
            }
            div.header img {
                behavior: url('/data/style/resource/iepngfix.htc');
            }

            div.menu {
                background-image: url('/data/images/bgr_menu.gif');
                background-repeat: repeat-x;
                height:52px;
            }
            div.menu-item:hover {
                background-image: url('/data/images/menu-hover.png');
            }

            div.main {
                background-image: url('/data/images/bcg-header-2.png');
                background-repeat: no-repeat;
                background-position: 0px 20px;
                border:1px solid black;
            }
            div.menu img {
                behavior: url('/data/style/resource/iepngfix.htc');
            }
