@media screen and (-webkit-min-device-pixel-ratio:0) {
/* only webkit-based browsers will read the following styles */
	html {
  		background: url('/images/layout/bg-pattern-invert-safari.jpg') #000 repeat-y top center
	}
}
