body {
    padding-right: 0 !important;
    /*
	background: 
        url('./../image/my/ng.png') top repeat-x,
        fixed #fff url('./../image/background.jpg') no-repeat center top
    ;
	*/
   /* background: fixed #fff url('./../image/background.jpg') no-repeat center top;*/
}
.body_border {
    /* position: relative; */
    /* width: 100%; */
    width: 992px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 0;
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/
    position: relative;
	/*box-shadow: 0px 0px 4px 4px rgba(0,0,0,0.1);*/
}
.block-content {
    width: 960px;
    /* max-width: 100%; */
    margin: 0 auto;
}
