
body {
  width:100%;
  height:100%;
  margin:0px;
  padding:0px;
  font-family:Arial;
  font-size:12px;
  text-align: center;
  background-image:url(../img/worldmap.gif);
  background-repeat:no-repeat;
  background-position:center 0px;
}

img {
  border:0;
 }
 
A.px10:link {
 font-size:10px;
 color:#000099;
 font-family:Arial,sans-serif;
 text-decoration:none;
 font-weight:bold;
 }
A.px10:visited {
 font-size:10px;
 color:#000099;
 font-family:Arial,sans-serif;
 text-decoration:none;
 font-weight:bold;
 }
A.px10:active {
 font-size:10px;
 color:#000099;
 font-family:Arial,sans-serif;
 text-decoration:none;
 font-weight:bold;
 }
A.px10:hover {
 font-size:10px;
 color:#EB0C51;
 font-family:Arial,sans-serif;
 text-decoration:underline;
 font-weight:bold;
 }

div.start           {margin-left:auto; margin-right:auto; width:440px;}
div.start i         {display:none;}
div.start a         {display:block; height:60px; width:440px; padding:0;}
div.start a.german  {background:url(../img/german.gif) no-repeat left top;}
div.start a.english {background:url(../img/english.gif) no-repeat left top;}
div.start a.french  {background:url(../img/french.gif) no-repeat left top;}
div.start a.russian {background:url(../img/russian.gif) no-repeat left top;}
div.start a:hover   {background-position:left center;}
div.start a.active  {background-position:left center !important; cursor:auto;}

