.main {
	height: auto;
	width: 100%;
	overflow: visible;
	position: static;
	visibility: visible;
	z-index: auto;
}
.maintxt {
	height: 100%;
	width: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #333333;
	overflow: auto;
	position: relative;
	visibility: visible;
	z-index: auto;
}
