.carousel-indicators li {
	width: 10px;
	height: 10px;
	border-radius: 100%;
}
	
html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 20px; /* Margin bottom by footer height */
}

.footer {
  position: absolute;
  bottom: 0;
  width: 85%;
  height: 20px; /* Set the fixed height of the footer here */
  line-height: 20px; /* Vertically center the text there */
  background-color: #fff;
}