$(document).ready(function(){

	$("#prepage").fadeOut('fast'); 
	$("#content").fadeIn('slow');


});