@import url(/stylesheet.php);
html 
{ 
  height: 100%; 
  overflow:hidden;

}

html>body
{
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2em;
}

body
{
  background-color: #C8C8FF; 
  margin: 0px; 
  padding: 0px; 
  height: 100%-2em; 
  border-top: 1px transparent solid; 
  margin-top: -1px; 
  z-index:0; 
  position:relative;
  margin-left: 1em;
}

#imageholder
{
  margin: 1em;
  float: right;
  width: auto;
  margin-right: 3em;
}

#bgsplash
{
  width: 640;
  height: 480;
  color: white; 
}

div.splashscreen
{
  margin-top: 0em;
  margin-left: 3em;
  float: left;
  padding: 0.5em;
  width: 15em;
}

p
{
  margin: 0em;
  padding: 0em;
}

#title
{
  text-transform: uppercase;
  font-size: 3.5em;
  color: navy;
  font-style: italic;
  margin: 0em;
  margin-left: -0.1em;
  text-alignment: center;
  width: 100%;
}

#subtitle
{
  font-size: 1.3em;
  color: navy;
  margin-top: -0.5em;
  text-alignment: center;
  width: 100%;

}

a
{
  color: navy;
  font-weight: normal;
  text-decoration: none;
}

span.langselector
{
  font-size: 1.1em;
  font-weight: normal;
}

#link a
{
  font-size: 1.1em;
  text-decoration: none;
}