﻿* { margin:0px;padding:0px;
}
body 
{
    background-color:gray;
    font-size:13px;
    text-align:center;
    color:blue;
}
#main 
{
    width:1000px;
    margin:0px auto;
}
#logo 
{
    width:1000px;
    height:184px;
    background-image:url('../../images/logo.jpg');
}
#menu
{
    text-align:left;
    font-size:18px;
    width:1000px;
    height:30px;
    line-height:30px;
    background-image:url('../../images/htmenu.jpg');
}
#left
{
    font-size:16px;
    width:170px;
    height:600px;
    float:left;
    background-color:white;
}
#right
{
    width:830px;
    background-color:#a3f6c0;
    height:600px;
    float:left;
}
#bwfb {
    width:100%;
    margin:auto;
}
#footer
{
    width:1000px;
    height:66px;
    background-image:url('../../Images/footerbg.jpg');
    font-size:20px;
    line-height:66px;
    float:left;
}