html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  }

body {
  min-width: 1000px;
	min-height: 570px;
	}
	
#nojs {
  width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: black;	
  color: #d00100;
  font-family: Arial, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  text-align: center; 
  }
	
#nojs div {
  margin: 50px;
	
	}	