The <div> that hold the product listing is called #productListing.

So, add a style into your stylesheet.css file that says something like:

#productListing{margin-bottom:100px;}

It can go anywhere in the file.

Your stylesheet should be at includes / templates / YOUR TEMPLATE / css /

Nik