.isoText{
  width: 259px;
  height: 13px;
  position: absolute;
  left: 690px; 
  top: 20px;
  background: url(../images/iso_text_on.gif) no-repeat scroll left top;
}
.isoTextEn {
  background: url(../images/en_iso_text_on.gif) no-repeat scroll left top;
}

.isoText a{
  display: block;
  width: 259px;
  height: 13px;
  background: url(../images/iso_text.gif) no-repeat scroll left top;
}

.isoTextEn a {
  background: url(../images/en_iso_text.gif) no-repeat scroll left top;
}

.isoText a:hover{
  background: none;
}

.isoText span {
  display: none;
}

#flagList {
  position: absolute;
  left: 600px; 
  top: 20px;
  color: #4d4d4d;
  font-size: 11px;
  line-height: 13px;
}

#flagList a {
  color: #4d4d4d;

}

body {
  position: relative;
}
#warning {
  position: absolute;
  top: 0px; left: 0;
  height: 100px;
  width: 100%;
  background: red;
  background: #dcdcdc url(../images/warning.gif) no-repeat scroll center center;
  
}
