html { 
	height : 100%;
	overflow : hidden;
	background-color : #dcdcca;
} 
#flashcontent { 
	height : 100%;
	background-color : #dcdcca;
} 
body { 
	height : 100%;
	margin : 0;
	padding : 0;
	background-color : #dcdcca;
	font-family : verdana;
	font-size : 10px;
	text-align : center;
} 
#main { 
	position : absolute;
	width : 300px;
	height : 400px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : -200px;
} 
#logo { 
	position : absolute;
	width : 300px;
	height : 220px;
	left : 50%;
	top : 50%;
	border : 0;
	margin-left : -150px;
	margin-top : -110px;
} 
#texte { 
	position : absolute;
	width : 300px;
	height : 80px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : -180px;
	font-family : verdana;
	font-size : 9px;
	color : #555555;
text-align : center;
} 
#clic { 
	position : absolute;
	width : 300px;
	height : 80px;
	left : 50%;
	top : 50%;
	margin-left : -150px;
	margin-top : 250px;
	font-size : 9px;
	color : #555555;
	text-align : center;
} 
a:link { 
	color : #000;
	text-decoration : none;
} 
a:visited { 
	color : #000;
	text-decoration : none;
} 
a:active { 
	color : #000;
	text-decoration : none;
} 
a:hover { 
	color : #e41b5b;
	text-decoration : none;
}