body {
	background-image:url(../graphic/bgMap.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	background-attachment:fixed;
}
#siteHolder {
	padding-top:80px;
}
#site {
	position:relative;
	width:920px;
}
#logo {
	position:absolute;
	top:0;
	left:-20px;
	z-index:10;
	cursor:pointer;
	background-image:url(../graphic/logo.png);
	width:195px;
	height:272px;
	background-repeat:no-repeat;
}
#menu {
	position:absolute;
	left:-60px;
	top:285px;
	z-index:5;
	width:195px;
}
#kaxigLabel {
	float:right;
	clear:both;
	width:62px;
	height:5px;
	margin:6px 6px 0 0;
	cursor:pointer;
}
#bodyHolder {
	position:absolute;
	top:0;
	left:135px;
	z-index:7;
	width:785px;
	text-align:left;
}
#bodyFrame {
	border:1px solid #2f333b;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	background-image:url(../graphic/siteBg.png);
}
#bodyBottomMargin {
	height:40px;
}
#minHeightTable {
}
#minHeightTd_left {
	vertical-align:top;
	padding:50px 0 0 50px;
}
#minHeightTd_right {
	vertical-align:top;
}
#minHeightTc_bottom {
	vertical-align:top;
	padding:0 0 50px 50px;
}
#minHeightDiv {
	height:500px;
	width:1px;
}
#footer {
	border-top:1px dashed #888;
	padding:4px 0 0 0;
}
