/*************************************************************

  I-Folks - Miel Vandevelde
  Provamel

  v1.0 - 2008
  
  There's no doctype used for centering and aligning the table
	
  typography specs use code behind parent ID or class: /*!T!*/
  
/************************************************************/


/*============================================================
 IMPORTS
============================================================*/

@import url(typography.css);


/*============================================================
 STRUCTURE 
============================================================*/

body { background: #fff url(../img/bg.jpg) fixed center no-repeat; text-align: center }

table, tr, td { height: 100%; text-align: center; vertical-align: middle; width: 100%; }

#flashcontent {	text-align: center }

#navigation { margin: 10px auto 0; width: 760px;position:relative; }

.Privacy { 
	position:absolute;
	left:730px;
}

.PrivacyFr { 
	position:absolute;
	left:700px;
}

.Privacy2 { 
	position:absolute;
	left:700px;
	top:0px;
}