html, body {
	height: 100%;
}

.container {
	min-height: 100%;
	/*height: auto !important; */
	/*height: 100%; */
}

footer {
	height: 4em;
	bottom: 0;
}

.carousel-caption {
	background: #333333;
	background: rgba(0, 0, 0, 0.75);
}