body {
 font-size: 12px;
 background-image: URL(bg.jpg);/*定義網頁背景圖片*/
 background-position:center center;/* css背景圖片水平、垂直居中*/
 background-repeat: repeat-y;/* css背景圖片垂直平鋪,no-repeat為不平鋪,repeat為水平垂直平鋪*/
 margin-left: 0px; 
 margin-top: 0px;
 margin-right: 0px;
 margin-bottom: 0px;
}

