﻿#Container {
   min-height: 100%;
   position: relative;
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
}
#TopHeader {
	position: absolute;
	width: 1000px;
	height: 37px;
	top: 0px;
	left: 0px;
}
#ButtonBar {
	position: absolute;
	width: 1000px;
	height: 60px;
	top: 37px;
	left: 0px;
}
#Header {
	position: absolute;
	width: 1000px;
	height: 131px;
	top: 97px;
	left: 0px;
}
#Footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:89px;
   left: 0px;
}
#Body {
	position: absolute;
	width: 1000px;
	top: 228px;
	left: 0px;
	padding-bottom:150px;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
}
#FooterText {
	position: absolute;
	width: 1000px;
	height: 50px;
	bottom: 15px;
	left: 0px;
}