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

body {
	margin: 0 0 125px;
	padding: 0px;
}

footer {
	background-color: #006699;
	position: absolute;
	text-align: center;
    left: 0;
	bottom: 0;
	height: 80px;
	width: 100%;
}
.text-muted {
  color: #000000;
   padding:20px 30px 0 20px;
}