body {
	margin:0px;
  padding:0px;
}

.cleaner{
  clear:both;
  height:1px;
  font-size:1px;
  border:none;
  margin:0; padding:0;
  background:transparent;
}

#wrapper {
	width: 800px;
}

#logo {
	width:107px;
	height:143px;
}

#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:457px;
	background: url(../layout/background_left.jpg) no-repeat;
	z-index:1;
}

#rightBack {
	position:absolute;
	left:698px;
	top:179px;
	width:103px;
	height:421px;
	background: url(../layout/background_right.jpg) no-repeat;
}

#content {
	position: relative;
	left: 137px;
	top: -64px;
	width: 550px;
}

#leftNavi {
	position:absolute;
	z-index:2;
	top:0px;
	left:-30px;
}

#footer {
	margin-left:135px;
	width:550px;
	position:relative;
	top:-60px;
}

