i'm definitely interested. So what do you want me to do?
I know a little Excel and Word and i'm quite an expert with Microsoft Paint and Solitaire. And i can edit autoexec.bat. But unfortunately i can't use those skillz as I have a Mac though

Have you guys decided yet what libraries you are going to use for Graphics, UserInput, Sound, IO, etc.?
I only saw RakNet which i think is a good choice. I have played around with it too.
For the other libs (all platform independent) i would suggest:
Graphics: OpenGL
Loading Images: devIL (supports png, jpeg, ...)
Loading Fonts: FreeType
UserInput and OpenGL Context Creation: SDL
Sound: OpenAL
Loading SoundFiles: OggVorbis (better than Mp3 + OpenSource)
Parsing ConfigFiles: Boost.Spirit (this lib rocks! lets you define Parsers with a pseudo EBNF Syntax directly inside C++-Code. Well actually the whole Boost Collection rocks!)
BTW: Who is responsible for the Wiki and the Page? If you guys really want to get this project running you should have a Wiki again as soon as possible. With the most important information condensed there so that new people who want to join can get faster familiar with the project. As such a Project really takes a long time to complete and people will leave and hopefully new people will join it is IMO very important that those joining don't have to read through all the discussions anymore, but can get the info from the wiki ( Something like
http://www.freeorion.org has)
Who is active on the project atm? Who is leading it? Are there different leaders for Code, Graphics, Design and Sound?