@charset "utf-8";
/* CSS Document */

            html, body {
            margin: 0;
            padding: 0;
            background-image: url(../images/bg_02.gif);
            }
            #footer {
            width: 968px;
            height: 242px;
            background-image:url(../images/difgallery_07.gif);
            }
            #header {
            width: 968px;
            height: 281px;
            background-image:url(../images/difgallery_05.png);
            }
            #navi {
            width: 100%;
            height: 32px;
            text-align:center;
            background-image:url(../images/difgallery_02.gif);
            color: #fff;
            padding-top:12px;
            }
            #navi a {
            color: #fff;
            }
            #container {
            margin: 0 auto;
            width:968px;
            overflow:hidden;
            }
            #content {
            width: 968px;
            height: 469px;
            background:#fff;
            }
            .left {
            width:484px;
            float:left;
            }
            .right {
            width:434px;
            float:right;
			margin-left:50px;
            }