@charset "UTF-8";
body {
	text-align: center;
	padding: 0px;
	height: 600px;
	width: 800px;
	margin-top: 2px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #444444;
	background-repeat: repeat-x;
}
#header {
	margin: auto;
	padding: 0px;
	background-color: 444444;
	background-image: url(../head/backtop.jpg);
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin-left: 0px;
}
#middle {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 401px;
	background-color: 444444;
}
#bottom {
	margin: 0px;
	padding: 0px;
	width: 800px;
	height: 71px;
	background-color: 444444;
}
