I know I've been posting like crazy but theres this bug on the home page that you get when you pull it up using safari browser. http://www.uberent.com/pa/ The "funded with kickstarter" button is streched out and makes the page really long. Sorry if I'm being a bit nitpicky, but it is strangely annoying. :-/
There's yah problam: Code: <img style="height:75%; width:75%;" alt="FUNDED WITH KICKSTARTER" src="http://uberentblog.com/pa/wp-content/uploads/sites/2/2013/02/img_funded_ks.png"></img> The % width/height attribs are relative to the parent element, not the image itself, but in this instance the parent element doesn't have a defined size. You shouldn't do that, and there is no standard way to handle it, so results will vary between browsers. Basically Uber need to fix their HTML.
Or safari should just follow what the other browsers do, if no one else notices this as a problem then all the other browsers must be making the correct educated guess on how to render it. Meaning its safari's fault.