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