$(document).ready(function() {
	$("#sidebarContent").css('margin-left', '0');
	$("#background").show();
	$("#content").fadeIn("slow");
});