#development-banner { 
	position: fixed; 
	bottom:0; 
	width:100%; 
	padding:10px; 
	background:#0168b1; 
	color:#ffffff; 
	text-align: center; 
	font-size: 11px; 
	font-weight: bold; 
	text-transform: uppercase; 
	z-index:10001;
	height:auto;
}

html, body {
	height:100%;
}