body{
  width: 100%;
  margin: 0;
  font-family: arial, helvetica, sans-serif;
  background-color: #ffffff;
  background-image: url('../img/bg.png');
  background-repeat: repeat-x;  
}
h1{
  font-size: 1.2em;
}
h2{
  font-size: 1em;
}
#header{
}
#box{
  margin: 20px auto 20px auto;
  padding: 10px;
  /* text-align: justify; */
  background-color: #CCADFF;
  width:560px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-image: url('../img/bg2.png');
  background-repeat: repeat-x;  
}
#footer{
  clear:both;
  text-align: center;
  margin-top: 20px;
}
a {
  text-decoration: none;
  color: #ffffff;
}
#languageswitch{
  text-align: right;
}