/* Всплывающие подсказки */
.tooltip { 
  	display:none;
	background-color:#f3eee8;
	border:1px solid #700d2c;
	padding:3px;
	font-size:8pt;
	-moz-box-shadow: 2px 2px 11px #a7a188;
	-webkit-box-shadow: 2px 2px 11px #a7a188;
width:150px;
z-index: 100;
}
.design {
 width:100px;
 position: relative;
 text-align:right;
bottom:35px;
}
.support {
 width:100px;
 position: relative;
bottom:13px;
}
.div_copyright{
position: relative;
bottom:13px;
}
