body {
	background-color: #CCCCCC;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	height: 100%;
	width: 1000px;
	color: #000000;
}
div#all {
	width: 1000px;
	background-color:#FFFFFF;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	z-index: 1;
	border-right-style: solid;
	border-right-color: #999999;
	border-right-width: 1px;
	border-left-color: #999999;
	border-left-style: solid;
	border-left-width: 1px;
	background-image: url(../images/html_bg_11.jpg);
	background-repeat: no-repeat;
}

div#header {
	position: relative;
	background-image: url(../images/header.jpg);
	margin: 0px;
	height: 68px;
	width: 1000px;
	background-repeat: no-repeat;
	z-index: 2;
}

div#navi {
	position: relative;
	background-image: url(../images/navi_bg.jpg);
	background-repeat:repeat-x
	margin: 0px;
	height: 50px;
	width: 1000px;
	z-index: 2;
}

div#main {
	z-index: 2;
	margin-right: 25px;
	margin-left: 25px;
	margin-top: 155px;
	width: 950px;
	overflow: visible;
}

div#end {
	z-index: 2;
	overflow: visible;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 15px;
	width: 1000px;
	height: 45px;
	background-image: url(../images/footer.jpg);
}
