At the moment I have just this route defined
routes.MapRoute( \"Default\", \
routes.MapRoute( "NewRoute", "{id}", new { controller = "Home", action = "Index", id = "" } );
try that, as long as you default the controller and action it should work. Don't forget when generatig links with Html.Action to use the new route name.
Apologies for formatting written on my iPhone