body {
    border:0;
    margin:0;
    padding:0;
    background: #e9e9e9;
}
#banner {
    background: url('images/banner.jpg');
    height: 146px;
    width: 833px;
}
#menu {
    border: 1px solid #636361;
    background: url('images/menu.jpg');
    width: 831px;
    height: 30px;
    vertical-align: middle;
    line-height: 30px;
    text-align: center;
}
.menu {
    display: inline;
    height: 30px;
    padding: 5px 10px 0 10px;
    vertical-align: middle;
    color: black;
    text-decoration: none;
    font-size: 16px;
/*    font-weight: bold;*/
}
#content {
    padding: 10px;
    background: white;
    width: 813px;
    position: absolute;
    bottom: 0px;
    top: 178px;
/*    height: 100%;*/
}