#AsPopup {
	position: absolute;
	visibility: hidden;
	width: 425px;
	height: 235px;
	left: 50%;
	margin-left: -200px;
	top: 100px;
	background-color: Transparent;
	/*border: 1px solid #000;*/
	padding: 0px;
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
	background-image: url(Logo.png);
	background-position: top;
	background-repeat: no-repeat;
	color: White;
	z-index: 99;
}

#close {
	float: right;
	font-family: Verdana;
	font-size: 12px;
	border: 1px solid #FFFFFF;
	width: 16px;
	height: 16px;
	text-align: center;
	vertical-align: middle;
	padding: 2px 0 0 0;
	color: White;
}

a.AsPopupCloseButton {
    text-decoration: none;
    color:White
}
a.AsPopupCloseButton:visited {
    text-decoration: none;
    color:White
}
a.AsPopupCloseButton:hover {
    text-decoration: none;
    color:Yellow
}
div.AsPopupTesto
{
	position: absolute;
	top: 190px;
	left: 0px;
	width: 100%;
    font-family: Verdana;
    text-align: center;
    font-size: 28px;
    font-family: Verdana;
}