@charset "utf-8";
.body {
	overflow: scroll;
	background: url(images/background.jpg) repeat;
}

.total {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/background.jpg);
}
.header {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: 150px;
	background: url(images/heater.png) no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
.middle {
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
.footer {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background: url(images/footer.png) no-repeat;
	height: 36px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000000;
	text-align: center;
	line-height: 15px;
	padding-top: 4px;
}
.friends {
	float: right;
	padding-right: 30px;
}
.footer_left {
	float: left;
	padding-left: 320px;
}
