@CHARSET "ISO-8859-1";

html{
  margin: 0px;
  padding: 0px;
  width: 99.9%;
  height: 100%;
  background-color: black;
}

#imgH{
  display: block;
  min-width: 100%;
  max-width: 1200px;
  min-height: 100%;
  max-height: 100px;
  height: 100%;
  width: 100%;
}

.indexBody{
  width: 100%;
  height: 100%;
  text-align: center;
  margin: 0px;
  padding: 0px;
  overflow: none;
}

#imgHcontent{
  position: absolute;
  top: 20px;
  left: 15%;
}

#u1{
  color: white;
}

#lang{
  margin: 0px;
  padding: 0px;
}

#lnkVal{
}