.main {
	width: 994px;
	margin: 0px auto;
	background: url('/layout/main.gif') repeat-y;
}
.t, .b {
	width: 994px;
	height: 4px;
}
.t {
	background: url('/layout/main/t.gif') repeat-x;
}
.b {
	background: url('/layout/main/b.gif') repeat-x;
}
.tl, .tr, .bl, .br {
	width: 4px;
	height: 4px;
}
.tl, .bl {
	float: left;
}
.tr, .br {
	float: right;
}
.tl {
	background: url('/layout/main/tl.gif') no-repeat;
}
.tr {
	background: url('/layout/main/tr.gif') no-repeat;
}
.bl {
	background: url('/layout/main/bl.gif') no-repeat;
}
.br {
	background: url('/layout/main/br.gif') no-repeat;
}
.header {
	width: 990px;
	height: 154px;
	margin: 2px;
	margin-top: -2px;
	background: url('/layout/header.gif') no-repeat;
}
.footer {
	width: 990px;
	height: 36px;
	margin: 2px;
	margin-top: 10px;	
	background: url('/layout/footer.gif') repeat-x;
}