﻿html,body
{
    margin:0;
    padding:0
}
body
{
    text-align:center; 
    background-image:url(../Img/bg.gif);
    background-repeat:repeat;
    line-height:25px;
}
body,div,ul,li,p,span,table,form,img
{
    margin:0;
    padding:0; 
    border:0; 
}
li 
{ 
    list-style-type:none;
}
#container 
{
    margin:0 auto;
    width:800px;
    background:#fff;
    text-align:left;
}
/*---------------------------- 字体 ----------------------*/
body 
{
    color:#666; 
    font-size:12px;
    font-family:Arial, 宋体, 仿宋_GB2312;
}
a:link 
{
    color:#666;
    text-decoration:none; 
}
a:visited 
{
    color:#666;
    text-decoration:none;
}
a:hover 
{ 
    color:#666;
    color:#f06;
    text-decoration:underline;
}
a:active 
{
    color:#666;
    text-decoration:none;
}
/*---------------------------- 顶部----------------------*/
#top
{
    float:left;
    width:800px;
    height:93px;
}
#logo
{
    float:left;
    width:430px;
    height:93px;
    background-image:url(../Img/logo.gif);
}
#top_link
{
    float:left;
    font-family:Tahoma;
    font-size:10px;
    width:350px;
    text-align:right;
    line-height:93px;
}
#top_link a
{
    color:#999;
}
#top_link a:hover
{
    color:#f09;
}
/*---------------------------- 导航----------------------*/
#nav
{
    clear:left;
    float:left;
    margin:auto;
    width:800px;
}
/*---------------------------- 居中----------------------*/
#middle
{
    clear:left;
    float:left;
    width:800px;
    background:#fff;
}
/*---------------------------- 底部----------------------*/
#line
{
    clear:left;
    margin-top:10px;
    height:5px;
    font-size:5px;
    background:#e2e2e2;
}
#foot
{
    clear:left;
    width:800px;
    text-align:center;
    margin-top:5px;
    line-height:50px;
    background:#e2e2e2;    
}
