img {border:0}
.address1 {
	z-index:1;
	position:relative
}
.address2 {
	top:25px; /* Сдвигаем текст вниз */
    left:8px; /* Сдвигаем текст влево */
	z-index:2;
	position:absolute;
	font-family:arial;
	font-weight:bold;
	text-align:right;
	font-size:13pt;
}
a {text-decoration:none}
a:hover {text-decoration:underline}