html{
	height:100%;
}
body{
	position:relative;
	/*display:block;*/
	min-height:100%;
}
#agenttinaama_cont{
	position:absolute;
	height:30px;
	z-index:10000;
	width:100px;
	overflow:hidden;
	right:0;
	bottom:0;
}
#agenttinaama{
	position:absolute;
	background-image:url(../img/agenttinaama3.png);
	height:30px;
	width:30px;
	margin-bottom:-7px;
	margin-right:-5px;
	opacity:.5;
	display:block;
	right:0;
	bottom:0;
	color:#000 !important;
}
#agenttinaama:hover{
	margin-bottom:0px;
	margin-right:0px;
	opacity:1;
}
#agenttinaamaDegin{
	position:absolute;
	bottom:10px;
	right:-60px;
	white-space:nowrap;
	-webkit-transition: right 0.5s;
	transition: right 0.5s;	
}
#agenttinaama:hover > #agenttinaamaDegin {
	right:34px;
}
