html,body			{ width: 100%; height: 100%; margin: 0; padding: 0; background-color: #000; color: #EEC; overflow: hidden; cursor: default; font-family: Impact, sans-serif;  }
*:focus				{ outline: none; }

#loading			{ position: absolute; top: 50px; left: 50%; width: 500px; margin-left: -250px; background-color: transparent; color: #EEC; display: block; z-index: 2; }
#background			{ position: absolute; top: 0; left: 0; background-color: #000; filter: alpha(opacity=0); opacity: 0.0; z-index: 1; }
#overlay			{ position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1000; }

.mask				{  }
#countdown			{ position: absolute; top: 10%; left: 50%; margin-left: -400px; width: 800px; height: 120px; background-color: transparent; text-align: center; font-size: 74pt; filter: alpha(opacity=0); opacity: 0.0; z-index: 10; }
	#ct_table			{ width: 100%; height: 100%; text-align: center; font-size: 74pt; }
		#days				{ width: 20%; }
		#hours				{ width: 20%; }
		#minutes			{ width: 20%; }
		#seconds			{ width: 20%; }
#season				{ position: absolute; bottom: 10%; left: 50%; margin-left: -400px; width: 800px; height: 120px; background-color: transparent; text-align: center; font-size: 74pt; line-height: 74pt; filter: alpha(opacity=0); opacity: 0.0; z-index: 11; }

#download			{ position: absolute; bottom: 10px; right: 10px; background-color: #110; padding: 4px 9px 4px 9px; color: #444; border: 2px solid #AA9; outline: 1px solid #443; z-index: 2000; cursor: pointer; }
#download:hover		{ border: 2px solid #FFC; color: #AA8; background-color: #221; }

#mute				{ position: absolute; left: 10px; bottom: 10px; width: 48px; height: 48px; background-image: url('../img/mute.png'); background-repeat: no-repeat; background-position: center; filter: alpha(opacity=0); cursor: pointer; z-index: 1010; }
#player				{ position: absolute; top: 4px; left: 4px; width: auto; height: auto; background-color: transparent; z-index: 2; }