#ie-banner {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	font-size: 32px;
	color: #272727; 
	background-color: #F3EFEC; 
	width: 100%;
	height: 80px;
	border: 3px solid #E65713;
	padding: 10px 10px;

	display: none;
}
#construction-banner {
	position: fixed;
	left: 0px;
	top: 45px;
	z-index: 10000;
	font-size: 32px;
	color: #272727; 
	background-color: #F3EFEC; 
	width: 100%;
	height: 80px;
	border: 3px solid #E65713;
	padding: 10px 10px;
}