body,html
{
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  color: #b2b2b2;
  background-color: #191919;
  overflow-y: hidden;
  overflow-x: hidden;
  
  height: 100%;
  width: 100%;
}
#myContent {
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  overflow: hidden;
  text-align:center;
}
#needjavascript
{
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  text-align: center;
  font-size: 24px;
}
#navi {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 14px;
  font-weight: bold;
  list-style-type: none;
  background-image: url(../images/bg-navi.jpg);
  background-repeat: repeat-x;
  text-transform: uppercase;
}
#navi ul {
  font-weight: inherit;
  text-decoration: none;
  padding-top: 0px;
}
#navi li {
  text-decoration: none;
  color: #666666;
  font-weight: inherit;
  padding-top: 10px;
  display: inline;
  margin-right: 1.5em;
}
#navi a {
  text-decoration: none;
  font-weight: inherit;
  color: #666666;
}
#navi a:hover {
  text-decoration: none;
  color: #b2b2b2;
}
#navi a:active {
  text-decoration: none;
  font-weight: bolder;
  color: #ffcc00;
}
.lang {
  float: right;
  text-transform: lowercase;
  font-family: Arial,Helvetica,sans-serif;
  margin-top: -10px;
}


