/* red */
#page_bg {
	background: #990000;
}

div#wrapper {
		background: #f7f7f7 url(../img/bok_bgl.gif) 0 0 repeat-y;
}

div#wrapper_r {
	background: url(../img/bok_bgr.gif) 100% 0 repeat-y;
}

div#header_4 {
	background: url(../img/header_bgc_4.jpg) repeat-x;
}

div#header_l_4 {
	background: url(../img/header_bgl_4.jpg) no-repeat;
}

div#header_2 {
	background: url(../img/header_bgc_2.jpg) right top repeat-x;
}

div#header_1 {
	background: url(../img/header_bgc_1.jpg) right top repeat-x;
}

div#header_l_2 {
	background: url(../img/header_bgl_2.jpg) left top no-repeat;
}

div#header_3 {
	background: url(../img/header_bgc_3.jpg) repeat-x;
}

div#header_l_3 {
	background: url(../img/header_bgl_3.jpg) no-repeat;
}

div#header {
	background: url(../img/header_bgc.jpg) repeat-x;
}

div#header_l {
	background: url(../img/header_bgl.gif) 0 0 no-repeat;
}

div#header_r {
	background: url(../img/header_bgr.gif) 100% 0 no-repeat;
}

div#footer {
	background: #f7f7f7 url(../img/foot_bgc.gif) 0 100% repeat-x;
}

div#footer_l {
	background: url(../img/foot_bgl.gif) 0 0 no-repeat;
}

div#footer_r {
	background: url(../img/foot_bgr.gif) 100% 0 no-repeat;
}

