@media screen and (-webkit-min-device-pixel-ratio:0) {	 
	div.outer_countainer {
		background-image: url(../images/layout/header_background_webkit.jpg);
		background-repeat: no-repeat;
		background-position: 50% 0;
		margin: 0;
		padding: 0; 	
	}
}
