.wrapper {
	width: 1046px;
	margin: 0 auto;
}
#content {
}
#left {
	float: left;
	width: 212px;
	height: 720px;
	background-image: url(background_han.gif);
	background-repeat: repeat-y;
}
#back {
	height: 15px;
	width: 1046px;
	background-color: #2A646F;
	clear: both;
	float: none;
}

#right {
	float: right;
	width: 834px;
	background-color: #dcdcdc;
	height: 720px;
	overflow: initial;
}

