﻿html {
    height: 100%;
}

body {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 900px;
    /*height: 100%;*/
    /*background: url('../images/bg/132.png') repeat-x;*/
    background: #bababa;
    margin: auto;
}

.top {
    text-align: center;
    padding: 5px 0;
}

.top img {
    height: 100px;
}

.mainPanel {
    /*background: #fff;*/
    height: 1200px;
}

.contentPanel {
    
    height: 1200px;
    /*background: #fff;
    padding-bottom: 60px;*/
}
