#header {
	height: 250px;
	width: 1024px;
}
#navi {
	height: 43px;
	width: 1024px;
	list-style-position: outside;
	list-style-image: url((URL));
	list-style-type: disc;
	float: left;
	margin: 0px;
	padding: 0px;
	background-color: #FFF;
}
#main1 {
	height: auto;
	width: 1024px;
	background-color: #FFF;
}

#footer {
	height: 165px;
	width: 1024px;
	background-color: #FFF;
}


#wrapper {
	height: auto;
	width: 1024px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	padding-top: 0px;
}
body {
	background-image: url(../image/s_paper06.jpg);
	background-repeat: repeat-x;
}


* {

margin: 0px;

padding: 0px;

}