第一种:
background: url(../images/register.png) no-repeat;
background-size:100% 100%;
width: 100%;
height:500px;
第二种(推荐):
background: url(../images/guide_page.jpg) no-repeat center;
background-size:cover;
background-attachment:fixed;
background-color:#CCCCCC;