.banner_no_script{
	width: 100%;
	height: 100px;
	text-align: center;
	font-weight: 700;
	background: #000;
	top: 50%;
	margin-top: -50px;
	left: 0px;
	right: 0px;
	z-index: 999999;
	font-size: 22px;
	position: fixed;
	color: #fff;
}
#maincontainer{
	opacity: 0.4;
}