html, body {
  width:100%;
  height:100%;
  margin:0;
  padding:0;
}

body {
  font-family:"Tahoma", Helvetica, sans-serif;
  font-size:14px;
  line-height:18px;
  color:#555;
  background:url('/con/cms/images/bg-body.png') #1c1a12 repeat;
  text-align:left;
}

a {
  text-decoration:none;
  color:#191810;
  width:216px;
  display:block;
  position:absolute;
  background:url('/images/bg.png') transparent no-repeat;
  overflow:hidden;
  text-indent:-9999px;
}

a#german {
  top:491px;
  left:183px;
  background-position:-183px -491px;
  height:176px;
}

a#english {
  top:481px;
  left:372px;
  background-position:-372px -481px;
  height:183px;
}

h1, p {
  margin:0;
  text-indent:-9999px;
}

#container {
  background:url('/con/cms/images/bg-container.png') transparent repeat-x;
  min-height:100%;
}

* html #container {
  height:100%;
}

#inner-container {
  position:relative;
  background:url('/images/bg.png') transparent no-repeat;
  height:690px;
  width:690px;
  margin:0 auto;
}