/* black */
#page_bg {
	background: #FFFFFF;
}

div#wrapper {
	background: url(../images/black/mw_l.png) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/black/mw_r.png) 100% 0 repeat-y;
}

div#header01 {
	height: 124px;
	width: 979px;
	background: url(../images/black/header01.png) 0 0 no-repeat;
	margin:0px;
}

div#header02 {
	height: 69px;
	width: 979px;
	background: url(../images/black/header02.png) 0 0 no-repeat;
}

/*div#header {
	background: url(../images/black/mw_header_m.png) 0 0 repeat-x;
}

div#header_l {
	background: url(../images/black/mw_header_l.png) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/black/mw_header_r.png) 100% 0 no-repeat;
}*/

div#footer2 {
	background: url(../images/black/footer.png) 0 0 no-repeat;
	height:32px;
}

div#footer {
	background: url(../images/black/footer_m.png) 0 100% repeat-x;
	height:32px;
}

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

div#footer_r {
	height:32px;
	background: url(../images/black/footer_r.png) 100% 0 no-repeat;
}

