table.autocenter {
	width: 765px;
	height: 100%;
	margin: 0px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #8095ce;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
td.top {
	vertical-align: top;
	margin: 0px;
	padding: 0px;
}
div.container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
div.left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 432px;
}
div.top {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 580px;
	height: 150px;
}
div.main {
	position: absolute;
	top: 150px;
	left: 200px;
	width: 580px;
	height: 282px;
}