#content .container.contacts .content{
  overflow:hidden;
  padding-bottom:6px;
}
#content .container.contacts .info{
  margin-top:20px;
  width:96%;
  overflow:hidden;
}
#content .container.contacts .image{
  float:right;
  position:relative;
  top:-60px;
  margin-bottom:-60px;
  right:-2px;
}
#content .container.contacts .text p {
  margin-bottom:5px;
}
#content .container.contacts .map{
  clear:both;
  width:96%;
  margin-top:30px;
  position:relative;
  border:1px solid #888888;
  background:transparent url(/img/location.gif) top center no-repeat;
  height:281px;
}

#content .container.contacts .map .compass{
  width:51px;
  height:51px;
  position:absolute;
  top:10px;
  right:10px;
  background:transparent url(/img/compass.png) top left no-repeat;
}
#content .container.contacts .map.ro{
  background:transparent url(/img/romania_map.jpg) top center no-repeat;
  height:385px;
}