/* CSS Document SUEZ*/
*{margin: 0; padding: 0}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
	 
}
#flashcontent p{
	text-align: center; font-size: 1.6em; line-height: 1.8em;
}
#flashcontent a{
	color: #fff;
}
#flashcontent a:hover{
	text-decoration: none; background: #fff; color: #000B31;
}
/* end hide */
body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #01698E;
	font: 10px Arial, sans-serif;
	color: #fff;
}
img{ border: none}


