
* { margin: 0; padding: 0; border: 0; }

body  {
  font-size: 100.01%;
  color: #666666;
  font-family: Verdana,sans-serif;
  background: #FCFADE url("gfx/main_bg.gif") center top no-repeat;
  text-align: center;
  }

a, a:visited { color: #80BF45; text-decoration: none; }   
a:hover { color: #607B31; text-decoration: underline; }  

#wrapper {
  margin: 0 auto;
  width: 800px;
  text-align: right;
  }

#content {
  background: #FFFFFF url("gfx/01.jpg") top left no-repeat;
  margin: 100px 0 0 0;
  width: 800px;
  height: 500px;
  }
  
.inside {
  background: transparent url("gfx/inside_bg.png") bottom right no-repeat;   
  position: relative; 
  width: 800px;
  height: 500px;
  }

#langmenu {
  font-size: 12px;
  list-style-type: none;
  padding: 20px 20px 0 0;
  }

#langmenu li {
  padding: 0 0 4px 0;
  }


/* HACKS */
* html #wrapper { height: 100%; }
* html .inside {background: #FFFFFF url("gfx/ie_bg.jpg") top left no-repeat; }
* html #langmenu li { padding: 0; }