@media screen and (-webkit-min-device-pixel-ratio:0) {
	
	html {
		background-color: #FFF;
	}
	#foot {
		padding-bottom: 3px;
	}
}