#page_bg {
	background: rgb(12, 58, 109);
}
div#wrapper {
	background: url("../images/blue/mw_shadow_l.png") repeat-y 0px 0px rgb(247, 247, 247);
}
div#wrapper_r {
	background: url("../images/blue/mw_shadow_r.png") repeat-y 100% 0px;
}
div#header {
	background: url("../images/blue/mw_header_t.png") repeat-x 0px 0px;
}
div#header_l {
	background: url("../images/blue/mw_header_t_l.png") no-repeat 0px 0px;
}
div#header_r {
	background: url("../images/blue/mw_header_t_r.png") no-repeat 100% 0px;
}
div#footer {
	background: url("../images/blue/mw_footer_b.png") repeat-x 0px 100% rgb(247, 247, 247);
}
div#footer_l {
	background: url("../images/blue/mw_footer_b_l.png") no-repeat 0px 0px;
}
div#footer_r {
	background: url("../images/blue/mw_footer_b_r.png") no-repeat 100% 0px;
}
