body{
	text-align: center;
	background-color: White;
}
#all{
	background: url(images/all.jpg);
	width: 779px;
	height: 400px;
	margin: 0 auto;
	margin-top: 50px;
	position: relative;
}

#en{
	background: url(images/en.jpg);
	width: 104px;
	height: 39px;
	display: block;
	text-decoration: none;
	position: absolute;
	top:341px;
	left:485px;
}

#fr{
	background: url(images/fr.jpg);
	width: 101px;
	height: 39px;
	display: block;
	text-decoration: none;
	position: absolute;
	top:341px;
	left:605px;
}