body, html{
	height:100%;
	width:100%;
	margin:0;
	padding:0;
	background-color:#4e9ca9;
	text-align: center;
}

a:link {
	color: #fff;
}
a:visited {
	color: #fff;
}
a:hover {
	color: #fff;
}
a:active {
	color: #fff;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
}

#canvas{
	margin:0 auto;
	-webkit-tap-highlight-color: transparent;
}

a img{
	border:none;
}

#container{	
	transform-origin: 0 0;
	width:600px;
	height:800px;
	margin:0 auto;
	margin-top:20px;
	margin-bottom:20px;
}

#fbComments{
	width:600px;
	background-color:white;	
	margin:0 auto;	
}

/* RESULTAT */
#resultat{
	width:560px;
	height:800px;
	background-image:url(../img/bg.png);
	margin:0 auto;
	padding: 0 20px 0 20px;
	color: #fff;
}

#resultat h1{
	
}

#resultat p{
	font-size:14px;
}

#toiAussi{
	width:550px;
	height:120px;
	position:relative;
	bottom:-60px;
	background-image:url(../img/btToiAussi.png);
}

#resultIcon{
	margin-left:400px;
}

#zs{
	width:560px;
	height:160px;
}


#credits{
	width:400px;	
	margin:auto;
	margin-top:30px;
	margin-bottom:30px;
	color:white;
}

#credits img{
	vertical-align: middle;
}