1
2
3
4
5
6
7
8
/* 畫面背景 */
body, html {
background:url(http://i.imgur.com/kpLI4ir.jpg) left top no-repeat;
background-repeat: no !important;
background-position: top center;
background-attachment: fixed;
background-size: 100%;
}