/* CSS Document */
html { }

/* position_center */
*								{margin:0; padding:0;}
html, body						{background:#000; font-family:Tahoma,Arial,Sans-serif;}
#centerContent					{margin:0px auto; position:relative; text-align:left; width:980px;}
#flashContent					{margin-top:60px;background:#000000;}
a:active, a:focus 				{outline: 0;}
.floatRight						{float:right !important;}
#outerContainer					{margin-top:20px;}

/* Common */
a img							{border:none;}
.clear							{clear:both;}
.hidden, #jsOnly				{display:none;}

/* logo */
#logo							{background:url(../../images/logo.gif) no-repeat;width:108px;height:31px;}

/* Footer */
#footer ul					{margin:15px 0 0 24px; width:906px;}
#footer ul li				{float:left;}
#footer ul li,
#footer ul li a				{height:25px; display:block; padding:0; background-position:center top; background-repeat:no-repeat;}
#footer ul li a:hover		{background-position:center bottom;} 
#footer ul li#Copyright		{background-image:url('/images/footer_copyright.gif'); width:83px;}
#footer ul li#Privacy a		{background-image:url('/images/footer_privacy.gif'); width:76px;}
#footer ul li#Legal a		{background-image:url('/images/footer_legal.gif'); width:73px;}
#footer ul li#Contact a		{background-image:url('/images/footer_contact.gif'); width:63px;}
#footer ul li#HtmlVersion a	{background-image:url('/images/footer_htmlversion.gif'); width:102px;}
#footer ul li#Mute a.on		{background-image:url('/images/footer_sound_on.gif'); width:77px;}
#footer ul li#Mute a.off	{background-image:url('/images/footer_sound_off.gif'); width:77px;}