/***************************************************

  Tabeoka - writing by Niki Colson, Miel Vandevelde
  Provamel 2007
  
  CONTENT
  -------
  01. PAGE STRUCTURE
  02. DIV
  
******************************************************/


/*------------------------------------------------------------------ 01. PAGE STRUCTURE -------------------------*/

* { border: 0; font-size: 100%; margin: 0; padding: 0; }

body { background: #FFF url(img_css/bg_intro.gif) repeat-x top; color: #000; font: 0.69em/1.36em Arial, Helvetica, sans-serif; text-align: center; }

#wrapper { margin: auto; width: 788px; }



/*------------------------------------------------------------------ 02. DIV ------------------------------------*/

#logo { background: url(img_css/logo_intro.gif) left no-repeat; height: 88px; }

#flash { height: 364px; width:788px}

#footer { height: 40px; }
#footer a { color: #0060A9; text-decoration: underline; }
#footer a:hover { color: #666; }
#footer select.selectie { border: 1px solid #0060A9; color: #0060A9; }
