/* red footer block */
#redfooter {
	position: fixed;
	bottom:15px;
	left: 0px;
	right: 0px;
	height: 15px;
	background-color: #990000;
	z-index:6;
	border: none;
	margin: 0px;
	padding: 0px;
	width: 100%;
}
#redfooter #btt {
	position: fixed;
	bottom:15px;
	right:20px;
	border:0px;
	margin:0px;
	padding:0px;
	z-index:7;
}
#blackfooter {
  position: fixed;
  bottom: 0px;
  left: 0px;
	right: 0px;
  height: 15px;
  background-color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: xx-small;
  color: #FFFFFF;
  text-align: center;
  vertical-align: middle;
  visibility: visible;
  z-index:6;
}

