html, body {
	margin:0;
	padding:0;
	font-size:10px;
}

img { 
	margin:0;
	padding:0;
	border:0;
}

body { width:80rem; height:60rem; overflow:hidden; }

body #background-container {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position: absolute;
	z-index:10;
}#background-container img {	width:80rem;	height:auto;	position: relative;	z-index:20;}#background-container map {	top:0px;	left:0px;	position: absolute;	z-index:40;}

body #main-container {
	width:100%;
	height:100%;
	top:0px;
	left:0px;
	position: relative;
	z-index:20;
	overflow:hidden;
}

#main-container .family_link { 
	position: absolute; 
	width:auto;
	height:auto;
}
.family_link img { width: 17.6rem; }

.family_link#family-multilingue img	{ width: 14.67rem;	}


.family_link#family-english		{top: 3rem;left: 5rem;}
.family_link#family-german		{top: 14rem;left: 22rem;}
.family_link#family-arabic		{top: 3rem;left: 39rem;}
.family_link#family-chinese		{top: 14rem;left: 56rem;}
.family_link#family-spanish		{top: 32rem;left: 5rem;}
.family_link#family-french		{top: 43rem;left: 22rem;}
.family_link#family-portuguese	{top: 32rem;left: 39rem;}
.family_link#family-romanian	{top: 43rem;left: 56rem;}
.family_link#family-multilingue	{ top: 36.5rem;	 left: 63.6rem;	}

#main-container #go_home, 
#game_1 #go_home {
	position:absolute;
	width: 5rem;
	height: 5rem;
	top: 1.6rem;
	left: 1.6rem;
	z-index:2;
	text-decoration:none;
}