body {
	overflow: hidden;
	margin: 0px 0px 32px 0px;
}
.body {
	width: 100%;
	height: 100%;
	overflow: auto;
	position: relative;
}
.bottom {
	background-color: #305090;
	position: absolute;
	left: 0px;
	top: 100%;
	width: 100%;
	height: 32px;
	margin: -32px 0px -32px 0px;
}
