@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 */
	
	}
	#container {

	}
	
	#wrapper {
		overflow:auto;
		padding-bottom:121px; /* needs to equal total height (height+padding+margin+border) of #footer below */
	}
	
	#footer {
		position:absolute;
		bottom:0; /* stick to bottom */
		height:100px;
		margin:0;
		padding:21px 0 0 0;
		clear:both;
	}
