#content {
	height: auto;
	width: 583px;
}
#info_bottom {
	margin: auto;
	padding: 0px;
	height: auto;
	width: 583px;
	float: left;
}

#middle {
	margin: auto;
	float: left;
	height: auto;
	width: 583px;
	border: thin dashed #999999;
	background-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#left {
	margin: auto;
	float: left;
	height: auto;
	width: 583px;
	border: thin dashed #999999;
	background-color: #CCCCCC;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
}
#bottom {
	background-color: #CCCCCC;
	float: left;
	height: auto;
	width: 583px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	border: thin dashed #999999;
}
