﻿body {
    font-family:'Times New Roman';
    margin:0 auto;
}

.top{
    width:100%;
    height:130px;
    top:0;
}

.mtop{
    width:100%;
    background-color:#dedede;
    height:50px;
    margin-top:-35px;
    box-shadow:0 0 4px rgba(0,0,0,0.2);
}

.middle{
    width:1200px;
    margin:0 auto;
    min-height:1000px;
    height:100%;
}

.bottom{
    float:left;
    margin-top:10px;
    width:100%;
    height:200px;
    background-color:#16394b;
}

.content{
    float:left;
    height:100%;
    width:1200px;
    margin-top:20px;
}

