@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
	body #bg-container img.bg-image {
		left: 1000px
	}
}
