Thank you for posting the address, it makes it a lot easier to see.
On clicking continue there is an AJAX request which comes back with an error. The checkout javascript jumps back to a predetermined failureUrl on a server error which is what you are seeing. The error message will most likely be stored in var/report so go look at the most recent file there and see what the problem is. Update your question with it if you're still stuck.
P.S.
You have the following in your theme:
$.noConflict();
jQuery.noConflict();
The first of the two lines causes an error and is superfluous anyway, it is not related to the checkout problem but it doesn't do to tempt fate.
eav_entity_typeSETattribute_model= 'customer/attribute',additional_attribute_table= 'customer/eav_attribute',entity_attribute_collection= 'customer/attribute_collection' WHEREeav_entity_type.entity_type_code= 'customer'; – connor2k Jan 31 '11 at 2:54