.master {
	width: 1015px;
	margin: 0px auto;
}
.top {
	width: 1015px;
	height: 16px;
	background: url('/layout/master/top.gif') repeat-x;
}
.topl, .topr {
	width: 17px;
	height: 16px;
}
.topl {
	float: left;
	background: url('/layout/master/top-l.gif') no-repeat;
}
.topr {
	float: right;
	background: url('/layout/master/top-r.gif') no-repeat;
}
.main {
	width: 1015px;
	min-height: 470px;
	background: url('/layout/master/main.gif') repeat-y;
}
.mainl, .mainr {
	width: 8px;
	height: 470px;
}
.mainl {
	float: left;
	background: url('/layout/master/main-l.gif') no-repeat;
}
.mainr {
	float: right;
	background: url('/layout/master/main-r.gif') no-repeat;
}
.bottom {
	width: 1015px;
	height: 17px;
	background: url('/layout/master/bottom.gif') repeat-x;
}
.bottoml, .bottomr {
	width: 17px;
	height: 17px;
}
.bottoml {
	float: left;
	background: url('/layout/master/bottom-l.gif') no-repeat;
}
.bottomr {
	float: right;
	background: url('/layout/master/bottom-r.gif') no-repeat;
}
