.smallest {
	font-size: 13px;
}

.bg-green {
	background-color: #006837;
}

.block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.fb-link {
	background: transparent url("../images/facebook-layer%200.png") no-repeat left top;
	background-size: contain;
	width: 39px;
    height: 37px;
}

.tw-link {
	background: transparent url("../images/twitter button-layer 0.png") no-repeat left top;
	background-size: contain;
	width: 39px;
    height: 37px;
	padding-top: 3px;
}


.fb-link:hover
{
	background: transparent url("../images/facebook-rollover.png") no-repeat left top;
	background-size: contain;
	width: 39px;
    height: 37px;
}

.tw-link:hover
{
	background: transparent url("../images/twitter%20button-rollover.png") no-repeat left top;
	background-size: contain;
	width: 39px;
    height: 37px;
	padding-top: 3px;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom:45px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
}
