/* black */
#page_bg {
	background:  #0a011e url(../images/black/if3bg.jpg) 0 0 no-repeat;

}

div#wrapper {
		background: url(../images/black/) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../images/black/) 100% 0 repeat-y;
}

div#header {
	background: url(../images/black/) 0 0 repeat-x;
}

div#header_l {
	background: url(../images/black/) 0 0 no-repeat;
}

div#header_r {
	background: url(../images/black/) 100% 0 no-repeat;
}

div#footer {
	background: #f7f7f7 url(../images/black/) 0 100% repeat-x;
}

div#footer_l {
	background: url(../images/black/) 0 0 no-repeat;
}

div#footer_r {
	background: url(../images/black/) 100% 0 no-repeat;
}