/* blue */
#page_bg {
	background-color: transparent;
}

div#wrapper {
	background-repeat: repeat-y;
	background-position: 0 0 repeat-y;
	background-image: url(../images/blue/mw_shadow_l.png);
	background-color: transparent;
}

div#wrapper_r {
	background-repeat: repeat-y;
	background-position: 100% 0 repeat-y;
	background-color: transparent;
}

div#header {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-origin: border-box;
	background-size: cover;
	background-color: transparent;
}

div#header_l {
	background-repeat: no-repeat;
	background-position: 0 0 no-repeat;
	background-color: transparent;
}

div#header_r {
	background-repeat: no-repeat;
	background-position: 100% 0 no-repeat;
	background-color: transparent;
}

div#footer {
	background-repeat: repeat-x;
	background-position: 0 100% repeat-x;
	background-color: transparent;
	border-color: transparent;
}

div#footer_l {
	background: url(../images/blue/mw_footer_b_l.png) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/blue/mw_footer_b_r.png) 100% 0 no-repeat;
}
