/* CSS Document */
.bottom{
	background-image: url(../pics/box_menu.gif);
	background-position: bottom;
	background-repeat:no-repeat;
}
.box_up_left{
	background-image:url(../pics/up_left.jpg);
	background-repeat:no-repeat;
	background-position: top;
}
.box_up{
	background-image: url(../pics/up.gif);
	background-repeat:repeat-x;
	background-position: bottom;
}
.box_up_right{
	background-image:url(../pics/up_right.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.box_left_side{
	background-image:url(../pics/side.gif);
	background-repeat: repeat-y;
	background-position: right; 
}
.box_right_side{
	background-image:url(../pics/side.gif);
	background-repeat: repeat-y;
	background-position: left;
}
.box_bottom_left{
	background-image:url(../pics/bottom_left.jpg);
	background-repeat:no-repeat;
	background-position: bottom;
}
.box_bottom{
	background-image:url(../pics/bottom.gif);
	background-repeat:repeat-x;
	background-position: top;
}
.box_bottom_right{
	background-image:url(../pics/bottom_right.gif);
	background-repeat:no-repeat;
	background-position: bottom;
}
