
html, body {
         height: 100%; overflow: hidden;
}

#contain {
       height: 100%; 
	 overflow: auto; 
	 position: relative; 
	 z-index: 2;
      }		
		
		
#pa-down{
	height: 100%;
	overflow: auto;
	position: relative;
	z-index: 2;
	border-bottom: solid 20px white;
}
#pa {
	font-family: Arial,sans-serif;
	background: white url(popup.jpg) no-repeat top;
	text-align: left;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 9999;
	width: 380px;
	margin-right: 25px;
	height: 257px;
	border: 2px solid #000000;
/*	display:none;*/
}
small{
	font-size: 10px;
}

#pa .pa_close {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 5px;
	right: 5px;
}
/*
#pa a img {
	border: none;
	text-decoration: none;
}
*/
.big{
	text-align: left;
	font-size: 24px;
	font-weight: bold;
}

