html,
body {
	margin:0;
	padding:0;
	height:100%;
}

#wrapper {
	min-height:100%;
	position:relative;
}

#content {
	padding-bottom:50px;   /* Height of the footer element */
}

footer {
  color: #585858;
  position: absolute;
  bottom: 0;
  width: 99%;
  /* Set the fixed height of the footer here */
  height: 50px;
  background-color: #f5f5f5;
}

.sticky{
	position: absolute;
}

.ftTable{
	width: 100%;
}

.ftTdL{
	vertical-align: center;
	width: 50%;
}

.ftTdR{
	width: 50%;
	text-align: right;
}