BODY{
	font-weight : normal;
	background-repeat : repeat-y;
	text-align : justify;
	background-image : url(BG.png);
	margin-right : Auto;
	margin-left : Auto;
}
#header {
  width: 773px;
  height: 153px;
  visibility: visible;
  position: absolute;
  top: 14px;
  left: 20px;
}
#navi{
  text-align : center;
  list-style-position : outside;
  position : absolute;
  top : 170px;
  list-style-type : disc;
  width : 150px;
  left : 25px;
  font-size : 16px;
  background-repeat : repeat;
  background-color : white;
}
#pagebody{
	width : 580px;
	position : absolute;
	left : 200px;
	background-color : white;
	top : 175px;
	line-height : 1.5;
	caption-side : top;
	table-layout : fixed;
	empty-cells : hide;
	margin-left: Auto;
	margin-right: Auto;
}
#footer{
  width : 580px;
  position : absolute;
  left : 200px;
  background-color : white;
  top : 600px;
  line-height : 1.5;
  caption-side : top;
  table-layout : fixed;
  empty-cells : hide;
}

]]>
