html,body {
	margin: 0;
	padding:0;
	height:100%;
}
body {
	background-color: #920000;
	font-family: "Lucida Grande", Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 13px;
	color: #000000;
	border: 0;
	margin-top: 0;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
}
#corpo a:link {text-decoration: none; font-weight: bold; color: #990000; cursor: pointer;}
#corpo a:active {text-decoration: none; font-weight: bold; color: #990000;}
#corpo a:visited {text-decoration: none; font-weight: bold; color: #990000;}
#corpo a:hover {text-decoration: none; font-weight: bold; color: #5B6E6C;}

a.bordopopup {
	display: block;
	width: 190px;
	border: solid 5px #F0C295;
	cursor: pointer;
	filter: alpha(opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1.00;
	opacity:1;
}
a.bordopopup:hover {
	filter: alpha(opacity=80);
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity:0.8;
}
.enlarge {
	font-size: 11px;
	color: #C79D74;
	padding-top: 6px;
}
.popbottom {
	height: 34px;
	margin: 0;
	padding: 0;
	background-color: #864943;
	border-top: solid 8px #1B0D20;
	border-left: solid 6px #1B0D20;
	border-right: solid 6px #1B0D20;
}
.popcontenitore {
	margin: 0;
	padding: 20px;
	background-color: #FAF4DC;
	border-left: solid 6px #1B0D20;
	border-right: solid 6px #1B0D20;
}
.logo {
	width: 552px;
	height: 57px;
	background-image: url(immagini/loghi/igort-logo_popup.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 0;
	border: 0;
	padding: 0;
}
#corpo {
	width: 552px;
	height: auto;
	min-height: 100%;
	height: 100%;
	background-image: url(immagini/fondi/fondo-popup.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
	border: 0;
}
html>body #corpo {
	height: auto;
	height: 100%;
}
