body,html {
   cursor:default;
   background-repeat:repeat-x;
   background-position:top;
   background-color:#FEE855;
   background-attachment:fixed;
   width:100%;
   height:100%;
   margin:0;
   padding:0;
}

html {
   overflow:hidden;
}

div#wrapper {
   position:absolute;
   width:722px;
   left:50%;
   top:0;
   margin-left:-361px;
   height:100%;
}

   table.randomFlash {
      width:266px;
   }

      table.randomFlash td {
         width:133px;
         height:133px;
      }


   table.randomFlash,
   table.randomFlash td {
      border-collapse:collapse;
      margin:0;
      padding:0;
      border:2px solid #F7F7E5;
      border-top:0;
   }
   
   div#language {
      position:absolute;
      left:615px;
      top:117px;
   }
   
      div#language a {
         font-family:Verdana,Tahoma,Helvetica,Arial,sans-serif;
         font-size:10px;
         font-weight:bold;
         color:#ffffff;
         text-decoration:none;
      }
   

