@charset "utf-8";
style {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #e8e8e8;
	margin: 0px;
	padding: 0px;
	color: #73625;
}
#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#footer {
	margin-top: 0px;
	margin-bottom: 0px;
	background-image: url(image/bg_bottom.jpg);
	background-repeat: no-repeat;
	height: 100px;
	background-color: #e8e8e8;
	width: 750px;
}

