@charset "utf-8";
/* CSS Document */

.mat_placing {
	width: 523px;
}

.mat_top {
	width: 523px;
	background-image: url(mat_top.png);
	background-repeat: no-repeat;
	height: 31px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}
.mat_body {
	background-image: url(mat_center.png);
	background-repeat: repeat-y;
	background-position: top;
	width: 523px;
	background-attachment: scroll;
	background-color: #FFF;
}
.mat_bottom {
	width: 523px;
	background-image: url(mat_down.png);
	background-repeat: no-repeat;
	height: 18px;
}
.item_holder {
	background-color: #FFF;
}
