body {
	background: url('../images/bg.jpg') no-repeat top center;
}

#content {
	background: url('../images/bg_content.png') no-repeat;
	width: 807px;
	height: 606px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -403px;
	margin-top: -303px;
}

h1 { text-align: center; }
h1 img {
	margin-top: 6px !important;
	margin-top: 25px;/* ie6 */
}

.fr, .en {
	width: 300px;
	float: left;
	color: #05689F;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .7em;
	margin-top: 0 !important;
	margin-top: 15px;/* ie6 */
}

.fr {
	margin-left: 80px !important;
	margin-left: 40px;/* ie6 */
}
.en { margin-left: 60px; }

.flag {
	width: 160px;
	margin: auto;
	margin-top: 25px;
}
.flag img {
	height: 32px;
	width: 44px;
	float: left;
 }
.flag span {
	text-transform: uppercase;	
	line-height: 32px;
	margin-left: 10px;
	font-size: 1.1em;
}

img { border: 0; }

a {
	color: #05689F;
	text-decoration: none;
}

#footer {
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	bottom:10px; 
	position: absolute; 
	width: 807px; 
	left: 50%;
	margin-left: -403px;
	text-align: center;
	}