body{
    background: url(img/old_layout/bg.png) no-repeat center top #151b1d !important;
}
.left_box .border_bottom, .right_box .border_bottom,  .center_box .border_bottom
{
	background: url(img/old_layout/border_bottom.png) repeat-x center bottom !important;
}
.left_box .title, .right_box .title,  .center_box .title
{
	background: url(img/old_layout/border_top.png) repeat-x center top !important;
}
.left_box, .right_box, .center_box
{
	background: url(img/old_layout/border_left.png) repeat-y left top, url(img/old_layout/border_right.png) repeat-y right top !important;
}
.corner_lt
{
	background: url(img/old_layout/corners.png) no-repeat 0 0 !important;
}
.corner_rt
{
	background: url(img/old_layout/corners.png) no-repeat -64px 0 !important;
}
.corner_rb
{
	background: url(img/old_layout/corners.png) no-repeat -64px -64px !important;
}
.corner_lb
{
	background: url(img/old_layout/corners.png) no-repeat 0 -64px !important;
}
.left_box .content, .right_box .content
{
	background: url(img/old_layout/widget_bg.png) repeat-y !important;
}
.h_old{
	display: block !important;
}
.h_new{
	display: none !important;
}
.title span{
	filter: none !important;
}
.left_box ul li a
{
	color: #e7e7e7 !important;
}
table.sinfotable td
{
	color: #fff !important;
}