Well, you can creat users with “Contributor” acess, them they won’t be able to Publish any new, so they’re not going to apear to visitants of your website. (I don’t know if this works)
And to show only a restrict category at the front page, just add this line before your The Loop (start with this line: <?php while (have_posts()) : the_post(); ?>
)at index.php :
<? query_posts("cat=XX"); ?>
But in XX put the code of the category that you want.