html, body {
	height: 100%;
	overflow: hidden;
}
#container {
	height: expression(document.body.clientHeight - '26' + 'px');
	overflow-x: hidden;
	overflow-y: scroll;
}
#content {
	margin: 0;
	padding-bottom: 1px;
}
#fixedFooter {
	bottom: -1px;
	position: absolute;
}
#fixedFooter ul li a.active {
	color: #FFF;
}
