it looks like you only added 1 extra ID though. if you were adding 4 charas it should look like this
0668310C 00000030
387E006C 3B600000
3C808068 38840DE0
7CBB20AE 7CA50775
41800014 94A30004
3B7B0001 2C1B0032
4180FFE8 48000038
04690338 48000068
066900D8 00000008
2C170028 41820168
02680DE0 0022FFFF
06680DE0 00000028
00010203 06070811
12091A0E 1716131B
21260D05 14101F25
200B270C 15242218
0A23193F 40414229
so you told the css to make 4 extra slots, and only filled out the one for ID 40. the code still made the extra slots, but used the extra 0's at the end. which is why they were mario's
0668310C 00000030
387E006C 3B600000
3C808068 38840DE0
7CBB20AE 7CA50775
41800014 94A30004
3B7B0001 2C1B0032
4180FFE8 48000038
04690338 48000068
066900D8 00000008
2C170028 41820168
02680DE0 0022FFFF
06680DE0 00000028
00010203 06070811
12091A0E 1716131B
21260D05 14101F25
200B270C 15242218
0A23193F 40414229
so you told the css to make 4 extra slots, and only filled out the one for ID 40. the code still made the extra slots, but used the extra 0's at the end. which is why they were mario's

Oh I get it now, thanks man o/
I figured the 3F(or i put 42 in the original code I had) was just another variable detailing the amount of CSS slots. Was just misunderstood :p