/*多背景应用*/
.wrapper {
width: 640px;
height: 1000px;
margin: auto;
background: url(./images/head.jpg) center top no-repeat, url(./images/foot.jpg) center bottom no-repeat;
background-color: #4A00AB;
}