﻿body
{
    margin: 0px;
    padding: 0px;
    font-size: 14px;
    font-family: 宋体;
    background-color: #382715;
    
    
}

    
    

/*  for IE */
body{filter: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#382715,endColorStr=#000000);}

a
{
    color: #d9a559;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}

div
{
    float: left;
    margin: 0px;
    padding: 0px;
    display: inline;
}
ul
{
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}
li
{
    float: left;
}
.box
{
    width: 1003px;
    float: none;
    height: auto;
    margin: 0px auto;
    display: block;
    /* background-color: #098712;*/  /* 绿色*/
}
.topBox
{
    width: 1003px;
    height: 185px;
}
.bodyBox
{
    width: 1003px;
    height: 513px;
    background-image: url(../images/body-bg.png);
}
.bottomBox
{
    width: 1003px;
    height: 46px;
    background-image: url(../images/bottom-bg.png);
}
