body:before{
	content: 'Please enable Javascript, it is required for basic functions of the website';

	color: white;
	font-family: sans-serif;
	font-size: 1.5em;
	font-weight: bold;
	text-align: center;

	width: 100%;
	padding: 1em 0.5em;

	background: rgba(153,34,48,0.9);

	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
