@charset "UTF-8";

	html {
		margin:0;
		padding:0;
		height:100%;
	}
	body {
		margin:0 auto;
		padding:0;
		height:100%;
	}
	
	#container1 {
		position:relative;
		
		height:auto !important; /* real browsers */
		height:100%; /* IE6: treaded as min-height*/
	
		min-height:100%; /* real browsers */
	
	}
	
	#container2 {
		overflow:auto;
		padding-bottom:100px; /* needs to equal total height (height+padding) of #footer below */
	 }
	
	#footer {
		position:absolute;
		bottom:0; /* stick to bottom */
		height:100px;
		margin:0;
		padding:0;
		clear:both;
	}
