body {
    /* This is light blue */
    background-color: #ADD8E6;
    margin: 0px;
}

.field {
    margin: 10px 0px;
}

.field-label {
    display: block;
}

div.ads {
    float: right;
    background-color: #CCC;
}

div.ease-ads-wrap {
    margin: 0px 1.1px;
}

div.ease-ads {
    position: relative;
    left: -1px;
    display: table;
    width: 100%;
    margin-right: auto;
    margin-left:  auto;
    border: 1px solid black;
    background-color: white;
    clear: both;
}

div.ease-ads > a:first-child {
    display: table-cell;
    color: transparent;
    text-align: left;
}

div.ease-ads > a:first-child + div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

div.ease-ads > a:first-child + div + a {
    display: table-cell;
    color: transparent;
    text-align: right;
}

div.ease-ads img {
    height: 80px;
    padding: 10px 10px;
}

#banner {
    height: 98px;
}

#left-part {
    width: 324px;
    height: 98px;
    background:url(/images/aixtop.png) no-repeat;
    float: left;
}

#left-grow {
    height: 98px;
    background-color: cyan;
    background:url(/images/left-expand.png) repeat-x;
    float: left;
}

#middle {
    width: 22px;
    height: 98px;
    background-color: green;
    background:url(/images/aixtop.png) no-repeat;
    background-position: -364px 0px;
    float: left;
}

#right-grow {
    height: 98px;
    background-color: yellow;
    float: left;
    background:url(/images/right-expand.png) repeat-x;
}

#right-part {
    width: 4px;
    height: 98px;
    background-color: red;
    float: left;
    background:url(/images/aixtop.png) no-repeat;
    background-position: -694px 0px;
}
