html,body{
    height: 100%;
}
.container {
    height: 100%;
    margin-top: 10px;
    padding: 75px 0;
    padding-bottom: 0;
}
.t {
    width: 100%;
    height: 75px;
    background: url(../image/silver-nav.png);
    background-position: 0 -3px;
    position: fixed;
}
.t h3 {
    text-align: center;
}
.top{
    left: 0;
    top: 0;
}
.bottom{
    bottom: 0;
    left: 0;
}
.cwleft{
    min-width: 8%;
    height: 172px;
    background: url(../image/skin-22.png) no-repeat;
    float: left;
}
.cwmain{
    width: 84%;
    height: 172px;
    background: url(../image/silver-2.jpg);
    float: left;
}
.cwright{
    min-width: 8%;
    height: 172px;
    background: url(../image/skin-22.png) no-repeat;
    background-position: right top;
    float: left;
}
.c {
    clear: both;
}
.cwmain img {
    width: 103px;
    height: 140px;
    margin-top: 14px;
    margin-left: 10px;
}
.limg {
    margin-left: 10px;
}