#autoCenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	width: 720px;
	padding: 0px;
}
#divOuterFrame {
	background-image: url(../images/bottomBG.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: transparent;
	margin: 0px;
	padding: 0px;
	width: 720px;
}

#divInnerFrame {
	background-image: url(../images/topBG.gif);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	width: 720px;
	margin: 0px;
	padding: 0px;
}
#divFrame {
	border: 1px none #000000;
	padding-top: 10px;
	padding-bottom: 27px;
	position: relative;
	margin: 0px;
	padding-right: 25px;
	padding-left: 25px;
	overflow: auto;
	width: 720px;
}
