html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.navbar {
  margin-bottom: 20px;
}
#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
}
#footer p {
	margin-top: 14px;
}
img {
	max-width: 90%;
}

#logo {
	margin-bottom: 20px;
}
.carousel {
	max-width: 960px;
	margin: 0 auto;
}