@charset "utf-8";
/* CSS Document */
/************************************[header]*******************************/
#content div.left{
background-image:url(../images/middle/middle_left_top.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:27px;
margin:0;
overflow:hidden;
height:8px;
}
#content div.right{
background-image:url(../images/middle/middle_right_top.jpg);
background-position:right top;
background-repeat:no-repeat;
padding-right:27px;
height:8px;
}
#content div.center{
background-image:url(../images/middle/middle_top.jpg);
background-position:right top;
background-repeat:repeat-x;
height:8px;
}
/***********************************[footer]**********************************/
#content div.bottom_left{
background-image:url(../images/middle/midddle_left_bottom.jpg);
background-position:left top;
background-repeat:no-repeat;
padding-left:27px;
margin:0;
overflow:hidden;
height:7px;
}
#content div.bottom_right{
background-image:url(../images/middle/middle_right_bottom.jpg) !important;
background-position:right top;
background-repeat:no-repeat;
padding-right:27px;
height:7px;
}
#content div.bottom_center{
background-image:url(../images/middle/middle_bottom.jpg);
background-position:left top;
background-repeat:repeat-x;
height:7px;
}
/***********************************[center]*********************************/
#content div.middle_left{
background-image:url(../images/middle/content_middle_left.jpg);
background-repeat:repeat-y;
padding-left:27px;
height:auto;
height:100%;
background-position:left top;
text-align:left;
overflow:hidden;
vertical-align:bottom;
}
#content div.middle_right{
background-image:url(../images/middle/content_middle_right.jpg);
background-repeat:repeat-y;
background-position:right top;
padding-right:27px;
vertical-align:bottom;
text-align:right;
height:auto;
height:100%;
}
#content div.middle_center{
text-align:left;
background-image:url(../images/middle/middle_bcg.png);
background-color:#394b59;
background-position:left top;
background-repeat:repeat-x;
padding-top:10px;
padding-left:10px;
padding-right:10px;
min-height:446px;
height:auto;
height:100%;
}
