* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}
#flashcontent {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000;
	font: 76% Arial, sans-serif;
}
#logo {
	width:157px;
	height:157px;
	position:absolute;
	top:0;
	left:0;
}
#merci {
	color:#fff;
	width:300px;
	text-align:center;
	font-size:14px;
	height:300px;
	line-height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-150px;
	margin-left:-150px;
	background:#000;
}
#error {
	color:red;
	width:300px;
	text-align:center;
	font-size:14px;
	height:300px;
	line-height:300px;
	position:absolute;
	left:50%;
	top:50%;
	margin-top:-150px;
	margin-left:-150px;
	background:#000;
}

object:hover { border:0px solid; } 


