@charset "utf-8";
.logo.bar {
	position: fixed;
	height: 150px;
	width: 1084px;
	left: 0px;
	top: 0px;
}
.body {
	position: fixed;
	width: 1024px;
	left: 0px;
	top: 151px;
	height: auto;
}
.body .leftbar {
	position: absolute;
	height: auto;
	width: 150px;
	left: 0px;
	top: 165px;
}
.body .main {
	position: absolute;
	height: auto;
	width: 570px;
	left: 214px;
	top: 168px;
	padding: 20px;
}
.body .right {
	position: absolute;
	width: 150px;
	top: 165px;
	right: 0px;
}
