body {
	margin: 0;
	padding: 40px 10px 10px 10px;
	text-align: center;
	color: #000;
	font-size: 15px;
	line-height: 25px;
	background-color: #fff;
	overflow-y: scroll;
}

#canvas {
	position: relative;
	margin: auto;
	width: 800px;
	padding: 0;
	text-align: left;
	z-index: 2;
}

#topframe {
	position: fixed;
	top: 0px;
	width: 800px;
	height: 170px;
	z-index: 20;
	background-color: #fff;
}

#logo {
	position: relative;
	top: 40px;
	left: 158px;
	float: left;
	width: 302px;
	height: 66px;
	padding: 1px 0 0 12px;
	z-index: 5;
}

#mainnavi {
	position: relative;
	top: 115px;
	left: -123px;
	float: left;
	height: 50px;
	z-index: 3;
}

#status {
	display: none;
	position: relative;
	z-index: 3;
}

#contentframe {
	position: absolute;
	top: 140px;
	width: 800px;
	margin-top: 0px;
	padding-top: 0px;
	background-color: #fff;
	z-index: 2;
}

#leftcontent {
	position: fixed;
	margin-left: 50px;
	top: 184px;
	float: left;
	width: 150px;
	height: 290px;
	z-index: 3;
}

#rightcontent {
	position: absolute;
	left: 222px;
	float: right;
	width: 568px;
	padding: 6px 12px 0 0;
	z-index: 3;
}

#footportal {
	position: relative;
	clear: both;
	width: 800px;
	padding: 25px 0 0 0;
	text-align: right;
	z-index: 3;
}

#footcontent {
	position: relative;
	clear: both;
	width: 788px;
	padding: 25px 12px 25px 0;
	text-align: right;
	z-index: 3;
}
