html {
	position: relative;
	min-height: 100%;
}
body {
	min-height: 700px;
	margin-bottom: 60px;
}
.navbar-inverse {
    background-image: linear-gradient(#424b55, #0a0c0e);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.2) inset;
}
.navbar-static-top {
	margin-bottom: 19px;
}
.navbar-brand {
	margin-top: -8px;
}
.container {
    max-width: 980px;
}
.jumbotron {
    background-color: #F9F9F9;
	border: 1px solid #EEEEEE;
	min-height:400px;
	}
.container .jumbotron, .container-fluid .jumbotron {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 0;
}	
.footer {
	position: absolute;
	bottom: 0;
	width: 100%;  
	height: 40px;
	background-color: #252a30;
}	