// JavaScript Document

jQuery(document).ready(function(){

jQuery('#content').mouseover(function(){
jQuery('.spacer-bg-off').removeClass('spacer-bg');
});							
});	