@charset "utf-8";
#footer{
	opacity:0;
	transition:opacity 0.2s ease-out);
}
#footer.loaded {
	opacity:1;
}
