// JavaScript Document
	
$(document).ready(function() {
		$('#content').fadeIn(2000);
		$('#footer').fadeIn(4000);
		$('.work_img_box').fadeIn(6000);
	});
	
