body {
       height: 100%;
       width: 100%;
}
html {
       height: 100%;
       min-height: 100%;
       width: 100%;
       min-width: 100%;
}
/*html, body {
	font-family: 'Calibri', Arial, san-serif; 
	font-size: 0.975em;
	color: #535a77;
	background-color: #fff;
	text-align: left; 
	margin: 0; 
}*/
.content-bg {
	margin-top: 0px;
	margin: 0 auto;
	width: 100%;
	height: 853px;
        min-height: 800px;
        height: 100%;
	background-image: url('imgs/dbanalytics.turtle.jpg');
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	background-attachment: scroll;
	opacity: 0.75;
}
.topbar {
	height: 60px;
        background-color: #003050;
	border-bottom: solid 1px white;
	padding: 5px;
}
.logo {
	float: left;
	padding-left: 20px;
	max-height: 100%;
	width: auto;
}
