I did few validation tests on my css code and discovered that uppercase @CHARSET is wrong.
Spec says:
				
			Spec says:
@charset must be written literally, i.e., the 10 characters '@charset "' (lowercase, no backslash escapes), followed by the encoding name, followed by '";'.
