How can I make my iframe take all of the available space?

How can I make my iframe take all of the available space?

I've got this iframe sitting inside a tab:
  1. <iframe style="min-height: 100%;min-width: 100%" src="http://www.bigsurgarrapata.com"></iframe>

...which works pretty well in completely filling the iframe; HOWEVER, there are a few pixels at the top that pee[k,p] through. What do I need to do to move the contents up those few pixels to completely fill the area?