.security-banner {
	position: fixed;
	left: 0;
	width: 100%; 
	line-height: normal;
	text-align: center;
	background-color: #33803F;
	color: white;
	z-index: 3500;
}

.security-banner.header {
	top: 0;
}

.security-banner.footer {
	bottom: 0;
}