/*
html{
	height: 100%;
}
body{
	height: 100%;
}

#Container{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	padding-bottom-: 277px;
	border-: 1px red solid;
}
.Footer{
	position: absolute;
	left: 4px;
	bottom: 0px;
	width: 990px;
	display-: none;
}
.Middle{
	margin-bottom: 77px;
	border-: 1px red solid;
}
.MiddleFooter{
}

*/