
/* CSS Document */
@charset "utf-8";
body {
    background: #ececec url(../i/bg-m.jpg) repeat;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    body {
        background: #ececec url(../i/bg-m.jpg) repeat;
    }
}
#content {
    background: url('../i/ct-bg-mbpn.jpg') repeat 0 0;
}
/* My Comment */
#navMain {
    background: #ececec url(../i/bg-m.jpg) repeat;
   }