/* CSS Document */

#middle_container {
width:980px;
height:auto;
clear:both;
margin:auto;
}

#middle_top {
width:980px;
height:17px;
background-image:url(../images/middle_bg_top.gif);
background-repeat:no-repeat;
}

#middle_middle {
width:955px;
height:auto;
background-color:#333333;
color:#FFFFFF;
padding-left:15px;
padding-right:10px;
padding-top:10px;
padding-bottom:5px;
}

#middle_bottom {
width:980px;
height:17px;
background-image:url(../images/middle_bg_bottom.gif);
background-position: bottomtop;
background-repeat:no-repeat;
}

#des {
width: 280px;
height:auto;
border-right: #FF9900 1px dotted;
padding-right:10px;
font-size:12px;
color:#CCCCCC;
margin-left:10px;
}
