@media all and (max-width: 480px) {
	html { 
		background: url('../images/mainBgMobile.png') repeat-x !important;
	}
	html .headBg {
	background: url('../images/mainBgMobile.png') repeat-x !important;
	}
}