
.page_head {
background: url(top.jpg) no-repeat 50% 0 !important;
}

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

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

@media (max-width: 1260px) {
	body {
		min-width: auto;
	}
}