body {
  margin: 0;
  padding: 0 0 24px 0;
  }
#bodyContent {
  width: 100%;
  margin: 0;
  }
#bottomFrame {
	height: 32px;
	color: #333333;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 0 7px;
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	text-indent: 5pt;
	cursor: hand;
	background-attachment: scroll;
	background-position: left bottom;
	background-color: #CCCCCC;
  }
#bottomFrame {
  position: absolute;
  }
html>body #bottomFrame {
  position: fixed;
  }
#bottomFramehome {
	height: 70px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 5px 0 0 7px;
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align: left;
	text-indent: 5pt;
	cursor: hand;
	background-attachment: scroll;
	background-position: left bottom;
	background-image: url(images/footer.jpg);
  }
#bottomFramehome {
  position: absolute;
  }
html>body #bottomFramehome {
  position: fixed;
  }
