#content {
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:100%;
	overflow: visible;
	visibility: visible;
	z-index: 100;
}
#body {
	position:absolute;
	left:105px;
	top:5px;
	height:100px;
	width:100px;
	z-index: 2;
	overflow: scroll;
	display: none;
}
#navi {
	position:absolute;
	left:29px;
	top:15px;
	height:100px;
	width:1040px;
	z-index: 1;
	overflow: scroll;
}
