div.bg2 {
    background-image: url(../images/pic2.jpg);
    background-attachment: fixed;
    background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    min-height:600px;
}