/*–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
                          CSS UNITEK INTRO
                         ASCII 2007 
version: 0.1
author: OUICHTATI Slim
email: slim.ouichtati@ascii-web.om
website: http://www.ascii-web.com/
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––*/
/*--------------------------------------------------------
           Style de la balise body :centré
--------------------------------------------------------*/
body {
		height: 100%;
		margin: 0;
		padding: 0;
	}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: scroll;
}
#flashcontent {
		height: 100%;
}
/* end hide */
.center {
text-align: center !important;
}
#static-messaging div,
.static-messaging {
padding: 5px 5px 10px;
margin: 0 auto 1em;
min-height: 1em;
height: auto !important;
height: 1em;
text-align: center;
font-family:verdana;
font-size:10pt;
}

