Limit Loop to One Category

There is no category argument for query_posts, a category ID should be passed via cat.

However, if this is an additional query, please use WP_Query rather than query_posts. If this is the main query, please see pre_get_posts to alter the main query parameters.

For more info please see When to use WP_query(), query_posts() and pre_get_posts.