
#mainpanel { width: 930px; background-color: #ffffff; }
#mainpanel_left { background-image: url(../images/box_left.jpg); background-repeat: repeat-y; background-position: left; width: 100%; height: 100%; }
#mainpanel_bottom { background-image: url(../images/box_bottom.jpg); background-repeat: repeat-x; background-position: bottom; width: 100%; height: 100%; }
#mainpanel_topleft { background-image: url(../images/box_topleft.jpg); background-repeat: no-repeat; background-position: left top; width: 100%; height: 100%; }
#mainpanel_bottomleft { background-image: url(../images/box_bottomleft.jpg); background-repeat: no-repeat; background-position: left bottom; width: 100%; height: 100%; }
#mainpanel_bottomright { background-image: url(../images/box_bottomright.jpg); background-repeat: no-repeat; background-position: right bottom; width: 100%; height: 100%; }
#mainpanel_padding { padding: 20px 20px 10px 20px; }

#searchpanel { width: 240px; height: 38px; background-image: url(../images/darkgraybackground.jpg); }
#searchpanel_topleft { background-image: url(../images/search_topleft.jpg); background-repeat: no-repeat; background-position: left top; width: 100%; height: 100%; }
#searchpanel_bottomleft { background-image: url(../images/search_bottomleft.jpg); background-repeat: no-repeat; background-position: left bottom; width: 100%; height: 100%; }
#searchpanel_bottomright { background-image: url(../images/search_bottomright.jpg); background-repeat: no-repeat; background-position: right bottom; width: 100%; height: 100%; }
#searchpanel_topright { background-image: url(../images/search_topright.jpg); background-repeat: no-repeat; background-position: right top; width: 100%; height: 100%; }

#footerpanel { width: 900px; margin-top: 10px; }

