body {
	padding-top: 51px;
	font-family: "Lato", sans-serif !important;
	color: #666666;
	min-height: 100%;
}
.navbar-inverse{
	background-image: -webkit-linear-gradient(top,#3c3c3c 0,#333 100%);
    background-image: -o-linear-gradient(top,#3c3c3c 0,#333 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#3c3c3c),to(#333));
    background-image: linear-gradient(to bottom,#3c3c3c 0,#333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff3c3c3c', endColorstr='#ff222222', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-color: #333;
    background-repeat: repeat-x;
}