1. Delete everything from your theme override. Judging by the page source of your profile, a customizable portion:
html,body { background: url(http://images.free-extras.com/pics/f/florida_gators_logo-789.gif) repeat top left; }
#columns{opacity: .5; -moz-opacity: .5; filter:alpha(opacity=50) -khtml-opacity: .5;}
#id_details:hover{opacity: .9; -moz-opacity: .9; filter:alpha(opacity=90) -khtml-opacity: .9;}
is what is causing your profile to be that way. So you either didn't delete everything from your theme override box, or you didn't save your changes after deleting every thing in the box.
2. Make sure to click the save all changes button at the bottom of the page.