body:before{
	content: 'Error: Please turn on (enable) JavaScript';
	
	color: #FF4000;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: bold;
	text-align: left;
	
	width: 100%;
	padding: 1em 0;
	
	background: rgba(0,0,0,0.9);
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}