@CHARSET "ISO-8859-1";
#disclaimer_box {
	float: left;
	margin: -67px 0 0 9px;
	width: 470px;
}
#disclaimer_top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_wit.png);
}
#disclaimer_top_center {
	float: left;
	width: 424px;
	height: 23px;
	background: #fff;
}
#disclaimer_top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_wit.png);
}
#disclaimer_center {
	float: left;
	background: #fff;
	padding: 0 23px;
	width: 424px;
}
#disclaimer_bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_wit.png);
}
#disclaimer_bottom_center {
	float: left;
	width: 424px;
	height: 23px;
	background: #fff;
}
#disclaimer_bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_wit.png);
}

