Not a kid - but I can tell you why ur CSS is broke - the first character in the css file, which you probably can't see, is '\u6c63' which is triggering FireFox to attempt to interpret the rest of your CSS as Japanese. Delete any blanks, white spaces etc in notepad from the top of the CSS file, so that the first line first character is "/" - the beginning of the comments - and it will work fine.