.centertable {
	background-color: #FF9900;
	bottom: 0%;
	white-space: normal;
	height: 100%;
}
.midframe {
	left: 100%;
	top: 100%;
	right: 100%;
	bottom: 100%;
	padding: 0%;
}
.new {
	background-color: #993300;
	height: 100%;
	width: 100%;
	margin: 0px;
	clear: none;
	float: none;
	background-position: 100% 100%;
	position: relative;
}
.layoutable {
	margin: 25%;
}
.center {
	background-position: center;
	background-color: #00FF00;
	vertical-align: middle;
	margin-top: 10%;
	margin-bottom: 10%;
	position: relative;
}
.abcentertable {
	background-color: #99CCCC;
	background-position: center;
	height: 100%;
	width: 100%;
	position: absolute;
	vertical-align: middle;
	margin-top: 5%;
	margin-bottom: 0%;
}

