body {
	margin:0px;
  padding:0px;
}

.cleaner{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

#wrapper {
	width: 1000px;
}

#logo {
	width:107px;
	height:143px;
	background-color:#5F8B50;
}

#header {
	position:absolute;
	width:599px;
	left:107px;
	top:0px;
}

#graphic {
	position:absolute;
	left:698px;
	top:0px;
	height:179px;
	width:103px;
}

#leftBack {
	position:absolute;
	left:0px;
	top:143px;
	width:107px;
	height:625px;
	background: url(../layout/background_left.gif) no-repeat;
	z-index:1;
}

#rightBack {
	position:absolute;
	left:698px;
	top:179px;
	width:103px;
	height:589px;
	background: url(../layout/background_right.gif) no-repeat;
}

#content {
	position: relative;
	margin-left: 147px;
	top: -64px;
	width: 540px;
	height: 500px;
  overflow: auto;
}

#leftNavi {
	position:absolute;
	z-index:2;
	top:0px;
	left:-30px;
}

#footer {
	margin-left:135px;
	width:550px;
	position:relative;
	top:-39px;
}
