body{
background-color: #e1dfe0;
margin: 0;
font-family: "arial";
font-weight: 900;
color:#305192;
}
#imgcontainer{
position: relative;
top: 150px;
margin: 0 auto;
width: 715px;
height: 189px;
background-image: url("/images/splashlogo.jpg");
background-repeat: repeat-y;
background-position: top right;
}

#languagecontainer{

position: relative;
top: 200px;
margin: 0 auto;
width: 100px;
height: 150px;
}


ul{
list-style-type: none;
margin:0;
padding: 0;
}


a:link { color: #305192;  text-decoration: none;}
a:visited { color: #305192; text-decoration: none;}
a:hover   { color: #142954; text-decoration: none;}
a:active  { color: #305192; text-decoration: none;}

