html 
{
  overflow-y: scroll;
}

body                {background:url(images/main-bg.gif) 0 0 repeat-x #625F63; color:#FFFFFF; 
                     margin:10px; font:16px Verdana, Arial; text-align:center; overflow:none;}

ul                  {padding:0px; margin-left:20px;}
img                 {border:none;}
a                   {text-decoration:none; color:#A5D610;}
a:hover             {text-decoration:none; color:#FFFFFF;}

#header             {width:646px; position:relative; margin:0 auto; text-align:center; padding:10 0 30px 0;}

#menu               {width:630px; height:33px; position:relative; margin:0 auto;}
#menu ul            {width:638px;}
#menu ul li         {float:left; font:16px/30px Verdana, Arial, Helvetica, sans-serif; font-weight:bold;}
#menu ul li a       {width:156px; height:33px; display:block; background:url(images/menubg-normal.gif) 0 0 no-repeat; margin:0 2px 0 0;}        
#menu ul li a:hover {width:156px; height:33px; display:block; background:url(images/menubg-hover.gif) 0 0 no-repeat; color:#000000;}

#mainTop            {width:646px; position:relative; margin:0 auto;}
#main               {width:646px; position:relative; margin:0 auto; text-align:left; background:url(images/main.gif);}
#main .pad          {padding:10px 30px;}
#mainBottom         {width:646px; position:relative; margin:0 auto;}

#footer             {width:646px; height:30px; margin:0 auto; position:relative; font:14px Verdana, Arial, Helvetica, sans-serif; color:#A5D610;}

#footer .left       {text-align:left; position:absolute; top:5px; left:5px;   width:200px; height:20px;}
#footer .right      {text-align:left; position:absolute; top:5px; left:565px; width:100px; height:20px;}

#error              {font:12px; color:#A5D610;}
