html,body			{ width: 100%; height: 100%; margin: 0; padding: 0; background-color: #FFF; color: #006; font-family: "Times New Roman", serif; font-size: 11pt; }
*:focus				{ outline: none; }

#loading			{ display: block; width: 100%; height: auto; text-align: center; font-size: 14pt; }

#background1		{ position: fixed; top: 0; left: 0; z-index: 2; filter: alpha(opacity=0); opacity: 0.0; display: block; }
#background2		{ position: fixed; top: 0; left: 0; z-index: 1; filter: alpha(opacity=0); opacity: 0.0; display: none; }
#overlay			{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 999; background-color: transparent; }

#pony				{ position: fixed; top: -200px; left: -200px; width: 200px; height: 200px; background-color: transparent; z-index: 1001; display: none; }

#content			{ position: absolute; top: 0; left: 100px; width: 650px; height: auto; padding: 147px 17px 797px 17px; background-color: transparent; background-image: url('../img/alpha.png'); background-repeat: repeat; z-index: 1000; filter: alpha(opacity=100); opacity: 1.0; display: none; }

#mute				{ position: fixed; top: 7px; right: 7px; width: 64px; height: 64px; background-color: transparent; background-image: url('../img/mute.png'); background-repeat: no-repeat; background-position: center center; cursor: pointer; z-index: 1002; }
#replay				{ position: fixed; top: 7px; left: 7px; width: 64px; height: 64px; background-color: transparent; background-image: url('../img/lightning.png'); background-repeat: no-repeat; background-position: center center; z-index: 1001; font-weight: bold; display: none; cursor: pointer; }