body{
	background-color:#222;
	color: #fff;
	font-size: 16px;
}
#wrapper{
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.nav-justified > li 
{
	display: inline-table; 
	width: auto;
}
.header .nav > li > a
{
	-webkit-transition: all 0.3s ease-out;
	   -moz-transition: all 0.3s ease-out;
	    -ms-transition: all 0.3s ease-out;
		 -o-transition: all 0.3s ease-out;
		 	transition: all 0.3s ease-out;
}
.header .nav > li > a:hover,
.header .nav > li > a.btn-default:hover,
.header .nav > li.active > a
{
	background: rgba(0, 0, 0, 1);
	color: #fff;
}
.footer{
	margin-top:30px;
	margin-bottom:30px;
	padding-top:30px;
	border-top:1px solid #444;
	font-size: 0.9em;
}
hr{
	border-color: #444;
}