Transparent UIWebView

The other day I was working on my iPhone application.  In the application I have a view.  This view creates a UIWebView.  I then proceed to load content from a webpage into the web view.
This works great.  I was then tasked with adding a bit of style to the view.
I started by creating all of the [...]