html,
body {
	height: 100%;
}

#body {
	min-height: 100%;
	height: auto !important;
	background-color: #44475a;
	height: 100%;
}

#footer {
	height: 60px;
	background-color: #282a36;
	margin-top: -60px;
}

#hero-unit .hero-unit {
	margin-top: 60px;
}

#hero-unit {
	margin-bottom: -60px;
}

#container {
	margin-top: 60px;
	padding-bottom: 60px;
}

@media (max-width: 767px) {
	#footer {
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}
}

#footer .credit {
	margin: 20px 0;
}

#queue {
	margin: 8px 0;
}

.nav-tabs {
     background-color: #282a36;
}

.navbar.navbar-fixed-top {
   background-color: #6272a4 !important;
}

.navbar-inner {
   background-color: #6272a4 !important;
}
