body
{
  margin:auto;
  padding:0;
  text-align: center;
}

#main
{
  margin:0;
  position:absolute;
  top:50%;
  left:50%;
  margin-top:-284px;
  margin-left:-490px;
  text-align:center;
  width:980px;
  height:569px;
  background-color:#abcfd9;
}

#box
{
  margin:10px;
  text-align:center;
  width:830px;
  height:547px;
  border:1px solid #ffffff;
  background-color:transparent;
}
.img{
    height:488px;
    border-bottom:1px solid white;
}
.tableLang
{
  border-top:1px solid #ffffff;
  border-bottom:1px solid #ffffff;
}
#lang_sel
{
 margin:0;
 padding:0;
 background:url(../images/css/splashpage/bgLang.jpg) no-repeat middle;
}

div.language
{
 margin:0;
 padding:0;
 sdisplay:inline;
 sborder-collapse:collapse;
 text-decoration:none;
 float:left;
 smargin-top:45px;
 cursor: hand;
}


div#italiano
{
 width:147px;
 height:30px;
 background-image:url(../images/css/splashpage/italiano.jpg);
 background-position:top;
 background-repeat:no-repeat;
}

div:hover#italiano
{
 width:147px;
 height:30px;
 background-image:url(../images/css/splashpage/italiano.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}

div#francais
{
 width:151px;
 height:30px;
 background-image:url(../images/css/splashpage/francais.jpg);
  background-position:top;
 background-repeat:no-repeat;
}

div:hover#francais
{
 width:151px;
 height:30px;
 background-image:url(../images/css/splashpage/francais.jpg);
  background-position:bottom;
 background-repeat:no-repeat;
}

div#english
{
 width:142px;
 height:30px;
 background-image:url(../images/css/splashpage/english.jpg);
 background-position:top;
 background-repeat:no-repeat;
}

div:hover#english
{
 width:142px;
 height:30px;
 background-image:url(../images/css/splashpage/english.jpg);
 background-position:bottom;
 background-repeat:no-repeat;
}
.footerSplash
{
font-family:verdana;
font-size:10px;
text-align:center;
color:#333333;
display:block;
height:11px;
margin-top:5px;
margin-bottom:10px;
}
