.ie8below {
	display: block!important;
	position: absolute!important;
	left: 0;
	right: 0;
	background: red;
	z-index: 99999;
	text-align: center;
	color: white;
	text-decoration: none;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 1em;
	line-height: 1em;
}