#header {
	height: 131px;
	width: 960px;
}
#navi {
	height: 80px;
	width: 960px;
}
#middle {
	width: 960px;
	background-repeat: repeat-y;
	background-image: url(images/_/back.jpg);
}
#left {
	width: 470px;
	float: left;
}
#right {
	width: 480px;
	float: left;
}
#footer {
	height: 30px;
	width: 960px;
	clear: left;
}
#wrapper {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
