#maxbox {
	height: auto;
	width: 800px;
	border-top-color: #999999;
	border-top-width: 5px;
	border-top-style: inset;
	border-bottom-color: #666666;
	border-bottom-style: outset;
	border-bottom-width: 5px;
	position: relative;
	left: auto;
	right: auto;
	margin-top: 10px;
	margin-bottom: auto;
	margin:0 auto;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

