#page-container {
    width : 1000px;
    margin : auto;
}
body 
{
    background: #999999; 
    margin  :0px;
 }
#header 
{
    background: white;
    height: 127px;
    margin: auto;
}
#logo 
{
    background: #666666;
    height: 105px;
}
#menu
{
    background: #666666;    
    height:22px;

}
#menu_left
{
    background: #666666;
    width: 300px;   
    height:22px;
    float:left; /*浮动居左*/
    clear:left; /*不允许左侧存在浮动*/
}
#menuBar
{
    background: #222222;
    width: 700px;   
    height:22px;
    text-align:left;
    float:right; /*浮动居右*/
}
#footer 
{
    background: white;
    height: 100px;
}
#footline 
{
    background: #666666;
    padding: 5px 0 0 0; /*div小高度设置*/
}
#bottomtext 
{
    width:72%;
    height:66px;
    font-family:@宋体;
    font-size:14px;
    color:#999999;
    text-align:center;
    float:left; /*浮动居左*/
    clear:left; /*不允许左侧存在浮动*/
    /*overflow:hidden; 超出宽度部分隐藏*/

  
}
#bottomtel
{
    width:20%;
    height:66px;
    font-family:@宋体;
    font-size:11px;
    color:#4B4844;
    text-align:center;
   
    float:left;
    overflow:hidden; /*超出宽度部分隐藏*/
}
#bottomimg
{
    width:8%;
    float:right; /*浮动居右*/
    clear:right; /*不允许右侧存在浮动*/
    overflow:hidden; /*超出宽度部分隐藏*/
}