/**
 * CSSReset.com - How To Keep Footer At Bottom of Page with CSS
 * 
 * Original Tutorial: http://www.cssreset.com/2010/css-tutorials/how-to-keep-footer-at-bottom-of-page-with-css/
 * License: Free - do whatever you like with it! Credit and linkbacks much appreciated.
 *
 * NB: Make sure the value for 'padding-bottom' on #content is equal to or greater than the height of #footer.
 */
html,
body {
	margin:0;
	padding:0;
	height:100%;
}
#wrapper {
	min-height:100%;
	position:relative;
}
#header {
	padding:5px;
	width:100%;
	background:#003300;
}
#content {
	padding-bottom:300px; /* Height of the footer element */
}
#footer {
	background:#003300;
	color:#FFFFFF;
	width:100%;
	height:300px;
	position:absolute;
	bottom:0;
	left:0;
}
/*
     FILE ARCHIVED ON 21:07:10 Apr 21, 2022 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 08:24:17 Nov 25, 2022.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 219.548
  exclusion.robots: 0.094
  exclusion.robots.policy: 0.084
  RedisCDXSource: 0.615
  esindex: 0.009
  LoadShardBlock: 194.909 (3)
  PetaboxLoader3.datanode: 311.857 (5)
  CDXLines.iter: 20.568 (3)
  load_resource: 284.36 (2)
  PetaboxLoader3.resolve: 140.903 (2)
*/