html,body,
ul,dl {
  margin:0;
  padding:0;
  }

p {
  margin:0; 
  padding-top:6px;
  }

body {
  text-align:center;
  font:normal 78%/1.4 trebuchet ms, tahoma, arial, verdana, sans-serif;
  color:#333366;
  background:transparent url(images/bkg.gif) repeat;
  }

img {
  border:0;
  }

/* Main Container
-----------------------------*/
#main {
  position:relative;
  margin:auto;
  margin-top:20px;
  width:550px;
  text-align:left;
  }

/* Content
-----------------------------*/
#logo {
  position:absolute;
  margin:auto;
  width:497px;
  height:560px;
  text-align:left;
  font-size:0.9em;
  background:#ffffff;
  overflow:hidden;
  text-indent:-9999px;
  background:transparent url(images/splash.gif) no-repeat;
  }

#language {
  position:absolute;
  top: 243px;
  width:550px;
  height:151px;
  overflow:hidden;
  }

#language li {
  float:left;
  list-style:none;
  width:275px;
  text-indent:-9999px;
  }

#language a {
  display:block;
  height:100%;
  text-decoration:none;
  }

#language-english { width:275px; height:151px;}
#language-french { width:275px; height:151px;}

#language-english a:hover{ 0 0 no-repeat; }
#language-french a:hover { 0 -275px no-repeat; }

