html,body {
  margin: 0;
  padding: 0;
  text-align:right;
}

body {
  background-color: #222;
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-size: 11px;
  font-weight:normal;
  color: #000;
  text-decoration: none;
}

img {
  margin: 0px auto;
}

form {
  display: block;
  margin: 3px auto;
}

input {
  vertical-align:bottom;
}

div {
  display: block;
  margin: 0px auto;
  empty-cells:show;
}

a {
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-size: 11px;
  font-weight:normal;
  color: #FFF;
  text-decoration: underline;
}

a:hover {
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-size: 11px;
  font-weight:normal;
  color: #FFF;
  text-decoration: none;
}

#fwa {
  width:100px;
  height:100px;
  text-align:right;
  float:right;
}

#splash {
  position:relative;
  width:416px;
  height:170px;
  text-align:center;
  background-image:url(images/splash.jpg);
}

#support {
  width:394px;
  height:15px;
  text-align:justify;
  
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-size: 9px;
  font-weight:normal;
  color: #FFF;
  text-decoration: none;
}

#support a {
  font-family: Tahoma, Arial, Helvetica, Verdana;
  font-size: 9px;
  font-weight:normal;
  color: #FFF;
  text-decoration: none;
}

#langEn {
  position:absolute;
  left:217px;
  top:139px;
  width:61px;
  height:23px;
}

#langFr {
  position:absolute;
  left:134px;
  top:139px;
  width:61px;
  height:23px;
}

#flash {
  width:100%;
  height:100%;
  border:1px solid #FFF;
  display:table-cell;
  text-align:center;
  vertical-align:bottom;
}