body {
	width: 100%;
	height: 1000px;
	
	background-image: url(../images/bg-website-full.jpg);
	background-color: black;
	background-repeat: no-repeat;
	
	cursor: pointer;
	background-size: cover;
}


@media only screen and (max-width: 1150px) {
	body {
		background-image: url(../images/bg-website-crop.jpg);
		background-positionX: -315px 0px;
		background-attachementX: fixed;
		background-size: cover;
		
	}
}


