$(document).ready(function(){
	$('#divider').show();
	$('#bottom').show();
	$('#footer').show();
});

