Extra White Space in Google Search Results

Hello,

I have without success tried to reduce the amount of white space at the bottom of my search results page, that pulls the results with the Google AdSense search code. Has anybody else experienced this or know how to fix it?

http://www.vancouverprofile.com/search/google.php?domains=www.vancouverprofile.com&cx=partner-pub-1164934560002958%3Aow42qh-czmu&cof=FORID%3A11&ie=ISO-8859-1&q=test+results&sa.x=0&sa.y=0

It has a height on it set by Google that is hard to remove, but you could override it with you own height, such as

#cse-search-results iframe {
  height: 1360px !important;
}

Thanks!