.index_table {
	position: fixed;
	width: 800px;
	left: 200px;
}
.index_table {
	position: static;
	width: 800px;
}

