$(document).ready(function() {
	$("#container").fadeIn(3000);
	$("#container").css({"display": "visible"});
});
