html,body			{ width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; background-color: #000; color: #FFF; font-size: 14pt; font-weight: bold; }
*:focus				{ outline: none; }

#background1		{ position: absolute; z-index: 1; opacity: 0.0; }
#background2		{ position: absolute; z-index: 2; opacity: 1.0; }

#overlay			{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: transparent; z-index: 10; }

#loading			{ width: 750px; display: block; }