body
  {
	overflow: hidden;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
div.content
  {
  height: 100%;
  overflow: auto;
  }
  
#Layer2 {
	position:absolute;
	width:75%;
	height:90%;
	z-index:2;
	left: 139px;
	top: 26px;
	background-color: #D8CCF9;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	border: thin ridge #F5ECFF;
	padding-bottom: 20px;
	overflow: visible;
}