@media	(min--moz-device-pixel-ratio: 1.3), 
		(-o-min-device-pixel-ratio: 2.6/2), 
		(-webkit-min-device-pixel-ratio: 1.3), 
		(min-device-pixel-ratio: 1.3), 
		(min-resolution: 1.3dppx) {

	#home {
		background:url('../img/bg_home@2x.jpg') no-repeat bottom center;
		background-size:cover;
		min-height:100%;
	}

	#bio {
		background:url('../img/bg_bio@2x.jpg') no-repeat center center;
		background-size:cover;
	}

	#disco {
		background:url('../img/bg_disco@2x.jpg') no-repeat center center;
		background-size:cover;
	}

	#video {
		background:url('../img/bg_video@2x.jpg') no-repeat center center;
		background-size:cover;
	}

	#photo {
		background:url('../img/bg_photo@2x.jpg') no-repeat center center;
		background-size:cover;
	}

	#buy {
		background:url('../img/bg_buy@2x.jpg') no-repeat bottom center;
		background-size:cover;
	}

}