Cufon.replace('#content');
$(document).ready(function() {
      $('#footer img#footerImprint').hover(function() {
		$('#imprint').fadeIn("slow");
      }, function() {
		$('#imprint').fadeOut("slow");
      });
});
