$(document).ready(function() {
	$('body').animate({'border-width': '14'}, 1000);
	$('#container').delay(500).animate({'opacity': '1'}, 1800);
});
