Add
<?php query_posts('category_name=NAMEOFCATEGORY'); ?>
before The Loop
The category can also be designated by it’s ID instead of it’s name by using “cat=4” where “4” equals the category’s ID.
More information is available at the link provided by alchymyth.