Arduino as ISP (AVRDude)

Hey everybody, i bought a Arduino UNO few days ago. Now i am trying a new project involving microcontroller. Here is website: Motorcycle Universal Gear Indicator - Electronics-Lab.com , but code is written in C language. I can't burn with arduino. How to burn code on AATiny-25??? Now i am trying with AVRDude, but it give me a error: avrdude.exe: stk500_recv(): programmer is not responding
avrdude.exe: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00

Please help, i am new to electronics and espacially to arduino.

Google "attiny arduino github", there are several collections of files that you can add to the IDE to let you program Attiny chips.
Example:
http://code.google.com/p/arduino-tiny/

I've not done this myself, so I can't speak as to which might be best.

This is another good site for programming attinys.