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

