html {
	height:100%;
}
body {
	margin:0;
	padding:0;
	background-color: #FFFFFF;
	font-size:12px;
	font-family:Arial, Helvetica, Sans-serif;
	color:#000000;
	height:100%;
}
img {
	border:0;
}
div {
	margin:0;
	padding:0;
}
img, #logopnf { behavior: url(/vinclude/iepngfix.htc); }
#site {
	min-width:970px; 
	_width:970px;
	min-height:650px;
	_height:650px;
	z-index:1;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	width:expression(document.body.clientWidth < 970 ? "970px" : "100%") !ie7; 
	height:expression(document.body.clientHeight < 650 ? "650px" : "100%") !ie7;
}
#logopnf {
	bottom:20px;
	height:63px;
	position:absolute;
	left:5px;
	width:12px;
	z-index:100;
}