
#header_image {
background: url(top.jpg) no-repeat 50% 0;
}

#site_left {
position: absolute;
top: 101px;
left: 0;
width: 182px;
height: 996px;
background: url(left.jpg) no-repeat;
z-index: -1;
}
#site_right {
position: absolute;
top: 101px;
right: 0;
width: 176px;
height: 996px;
background: url(right.jpg) no-repeat;
z-index: -1;
}

body {
position: relative;
/*min-width: 1260px;*/
}