@charset "utf-8";

/*
 *
 * Usage: Top layout
 *
 * Name: top.css
 *
 */



/*---------------------------------------------------------------------
Top layout
---------------------------------------------------------------------*/
html    {height:100%;}
body    {height:100%; min-width:980px; background-image:url(../img/bg.png);	background-repeat:no-repeat; background-position:center top;}
object  {display:block;}
#external_flashcontent  {position:absolute; top:0px; left:0px; height:100%; width:100%; min-width:980px; min-height:600px;}

#top #topContainer  {margin:0 auto; min-width:980px; width:100%; z-index:1; padding-bottom:80px; height:100%;}

#top #topWrapper    {position:relative; min-height:100%;}
#top #footer        {background:none; padding-top:0; position:absolute; bottom:0; height:80px; width:100%;}
#top #footInner     {margin-top:0; padding:20px 0 12px 0;}

#top #news  {margin-bottom:12px;}
    #top #news dt  {width:50px; line-height:100%;}
    #top #news dd  {margin:-15px 0 0 50px; line-height:15px;}
    #top #news a:hover  {color:#333; background:#ffe100;}


#top #content   {height:100%;}
#top #noscript  {text-align:center; padding:9px 0 0 0; position:absolute; top:50%; width:100%; margin-top:-236px; height:473px;}















