/* CSS Document */
html {
	height:100%;
	overflow: hidden;
	font-size:100%;
}

body {
	height:100%;
	background-color: #000000;
	margin: 0;
	padding: 0;
	
	color:#000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.625em;
}


#flashContent {
	height: 100%;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
#container {
	text-align: center;
	height: 100%;
	width: 100%;
}


#liens {
text-align:center;
background-color:#000000;
color:#999999;
line-height:24px;
height:24px;
}

a {
	text-decoration:none;
	font-size:1em;
	color:#333333;
	margin:0 20px;
}

a:hover {
	color:#333333;
	text-decoration:underline;
}
