body {
	background : #000000;
	background-image: url(bg.png);
	background-repeat:no-repeat;
}

#gen
{
	width:600px;
}

.main
{
	font-size: 5.5em;
	color: #AE0626;
	padding-top: 140px;
	vertical-align:center;
	text-align: center;
	font-family: Times New Roman, Times, Liberation Serif, FreeSerif, serif;
}
 
.en
{
	font-size: 2em;
	padding-left: 0px;
	position: absolute;
}
.fr
{
	font-size: 2em;
	padding-left: 400px;
	position: absolute;
}

a {
	text-decoration: none;
	color: #903922;
	font-size: 1em;
}
	
a:link { }
a:visited { }
a:hover {
	color: #FAFAFA;
}
a:focus { }
a[hreflang]:after { }
a img { } 