#MainTable {
	height: 600px;
	width: 800px;
	position: relative;
	margin: auto;
}

#Layer1 {
	position:absolute;
	width:548px;
	height:304px;
	z-index:1;
	left: 230px;
	top: 271px;
	overflow: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
}
