/*-------------------------------------------*/
/*  Mr. Fix - Fixing Compatiblity Issues
/*  Coded by Aziz Natour (azizgfx@gmail.com)
/*  © 2010. All rights reserved.
/*-------------------------------------------*/
/*  fix header background position           */
/*  Web-kitties, Chrome, Safari, Opera        */
/*-------------------------------------------*/

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#header { 
		background:url('../images/ui/bg_top2.jpg') no-repeat top center;
	}
}

/*-------------------------------------------*/
/* That be all! `4212 -~-~-~-~-=-=-=-~-~-~-~-*/
/*-------------------------------------------*/
