/* 布局 */
.row { *zoom: 1; }
.row:before, .row:after { display: table; line-height: 0; content: ""; }
.row:after { clear: both; }


/* 通用样式 */
body {
    background: transparent url(../images/body-bg.jpg) repeat fixed 0 0;
    color: #666;
    font: normal 14px/18px "Microsoft YaHei", "SimSun", sans-serif;
}
