@charset "utf-8";

html, body {
		height: 98%;
	}
	
	#container {
		position: relative;
		min-height: 100%;
		height: 100%;
	}

	html>body #container {
		height: auto;
	}
	
	#content {
		padding-bottom: 16px;
		padding-top:18px;
	}
	
	#footer {
		position: absolute;
		bottom: 0;
		height: 0px;
		width: 100%;
		font-family:Tahoma, Geneva, sans-serif;
		font-size:8pt;
		text-align:center;
	}

