#top{
	width: 100%;
	height: 53px;
	background: url('../../images/top_bg.jpg') repeat-x;
	border-bottom: 1px solid #dde7d4;
}
#top #jump_to {
	width: 270px;
	position: absolute;
	right: 0px;
	top: 10px;
}
#wrapper{
	width: 900px;
	margin: 0px auto;
	margin-top: 20px;
	overflow: auto;
}
#wrapper #image_div{
	width: 550px;
	border-right: 1px dashed #d9d9d9;
	float: left;
	clear: left;
}
#wrapper #right{
	clear: right;
	width: 300px;
	float: left;
	margin-left: 20px;
}
#wrapper #right #help{
	margin-bottom: 20px;
}
#helper
{
	z-index: 9999;
	display: none;
	position: absolute;
	width: 200px;
	padding: 10px;
	background-color: #000;
	border: 1px solid #717171;
}
#progress_wrapper{
	width: 99%;
	height: 40px;
	border: 1px solid #aaa;
	background: #fff;
	margin-bottom: 10px;
}
#progress_bar{
	background-color: #4be3ff;
	margin: 3px;
	height: 34px;
}
