body {
	background-color:#edf7f7;
	background-image:url(../graphic/bg.gif);
	background-position:center center;
	background-repeat:repeat-y;
	background-attachment:fixed;
}
#siteHolder {
	padding-top:22px;
}
#siteBody {
	background-image:url(../graphic/opacity.png);
	width:940px;
	min-height:535px;
}
#siteBodyInner {
	padding:32px 0 0 60px;
	text-align:left;
}
#leftArea,#infoArea,#menu,#logo {
	width:134px;
	overflow:hidden;
}
#leftArea {
	border:0px solid red;
}
#showWindow {
	margin:0 0 20px 0;
}
#body {
	padding:0 0 0 32px;
}
#bodyInner {
	border:0px solid red;
	width:644px;
}
#infoArea {
	margin:20px 0 0 0;
}
#logo {
	cursor:pointer;
	height:116px;
	margin-bottom:30px;
	background-image:url(../graphic/logo.gif);
	background-position:center center;
	overflow:hidden;
	background-repeat:no-repeat;
}
#topShadow,#bottomShadow {
	background-repeat:no-repeat;
	width:940px;
	height:23px;
}
#topShadow {
	height:18px;
	background-image:url(../graphic/topShadow.png);
}
#bottomShadow {
	height:23px;
	background-image:url(../graphic/bottomShadow.png);
}
#bottomMargin {
	height:30px;
	overflow:hidden;
}

