.view {
	position:absolute;
    width:100%;
    height:100%;
    background: url('') no-repeat;
    background-color: #fff;
    -webkit-background-size: cover;
    background-position: center 0;
}
#package {
	position:relative;
	background:black;
    width:1200px;
    height:3800px;
    overflow: auto;
    margin: 0px auto;
}