#ime{
background-color:rgba(56,56,56,0.9);
  width:100%;
  position:relative;
  right:1px; 
 -webkit-transition: all .3s .1s;
   -moz-transition: all .3s .1s;
     -o-transition: all .3s .1s;
        transition: all .3s .1s;
-webkit-border-radius: 5px;
   -moz-border-radius: 5px;
        border-radius: 5px;
-webkit-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
   -moz-box-shadow: 0px 1px 3px rgba(0,0,0,.4);
        box-shadow: 0px 1px 3px rgba(0,0,0,.4);
		box-shadow: 3px 9px 7px rgba(0,0,0,.4);
		border-width:2px;
		border:2px solid black;
}
#fen{
  font-family:sans-serif;
  font-size:18px;
}
#name{
  font-size:39px;
  color:rgb(220,0,0);
  font-family:sans-serif;
  position:relative;
  right:25px;
  bottom:6px;
}
#ime img{
  position:relative;
  top:6px;
  height:70px;
  width:70px;
}
#old {
 position:relative;
 left:1043px;
 bottom:120px;
}
#old img{
 height:70px;
 width:70px;
}