/* CSS Document */
body{height:100%; padding: 0; margin: 0; 
}

.rus {background:url(../images/rus.png) no-repeat;
   width:74px;
   height:52px;
   display:block;
   left:76px;
   top:0px;
   position:relative;
   }
.rus:hover {background:url(../images/rus2.png) no-repeat;
   width:74px;
   height:52px;
   display:block;
   left:70px;
   top:-3px;
   position:relative;
   }
.eng {background:url(../images/eng.png) no-repeat;
   width:74px;
   height:52px;
   display:block;
   left:-60px;
   top:-52px;
   position:relative;
   }
.eng:hover {background:url(../images/eng2.png) no-repeat;
   width:74px;
   height:52px;
   display:block;
   left:-66px;
   top:-55px;
   position:relative;
   }