.content{
width:100%;
float:left;
height:3000px;
}

.content.homepage{
    background:center top no-repeat url('../img/homepage.jpg');
}
.content.villa-profile{
    background:center top no-repeat  url('../img/villa-profile.jpg');
    
}
.content.destination-listing{
     background:center top no-repeat  url('../img/destination-listing.jpg');

}