You can totally hide it.
CODE
<style>embed, object{display:block; width:1px; height:1px;position:absolute;left:0px;top:0px;}</style>
and to bring up your interests (since it lowers mine way down)
use this code:
CODE
<style>
.interestsAndDetails {position:relative; top:-465px;}
</style>
You can adjust the "top:-##px" to whatever fits your need.
Those work for me. =)