html, body {
text-align: center;
}
#body {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	
}
#body #middle {
	background-image: url(../site_images/text/body-mid.png);
	width: 1024px;
	background-repeat: repeat-y;
	background-position: center;
	text-indent: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
p {
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 30px;
}

#body #bottom {
	background-image: url(../site_images/text/body-bottom.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 31px;
	width: 1024px;
	clear: both;
}
#body #top {
	background-image: url(../site_images/text/body-top.png);
	background-position: center top;
	background-repeat: no-repeat;
	height: 31px;
	width: 1024px;
}
#body #middle img {
	padding: 8px;
}
#body #middle li {
	margin-right: 30px;
	margin-left: 20px;
}

