Need help with 2d game

Im stuck on this. im getting in error in my PlayerScript starting at the

{
        // 3 - Retrieve axis information

Heres the link to the full code: http://pastebin.com/ixFhLqAK

im a newbie at Unity and C# so any help would be welcome thanks in adv. and happy holidays

It appears that this block is not in a method.

Your Update method is closed with the brace at line 36. Put the block in your Update method and it will compile.

Happy holidays