html, body {
	height: 100%;
    background-color: #f1F1F1;
}

.content-wrapper {
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
    padding-top: 50px;
}

.content-content {
    display: table-cell;
    vertical-align: middle;
}

.navbar-fixed-top {
	background-color : #003466;
	color : #FFFFFF;
	border : none;
}

.navbar-brand {
	padding : 10px 15px;
}

div.line {
	margin-bottom : 10px;
}
