.container {
    width                   : 980px;
    margin                  : auto;
    border                  : 0px solid #000000;
}
.wrapper {
    position                : relative;
    padding                 : 20px;
    border                  : 0px solid #000000;
}
.header {
    position                : absolute;
    width                   : 700px;
    height                  : 135px;
    right                   : 20px;
    background-image        : url('images/header-1.png');
    background-repeat       : no-repeat;
    background-position     : 0 0;
    border                  : 0px solid #000000;
}
.naw {
    position                : absolute;
    top                     : 175px;
    width                   : 220px;
    height                  : 110px;
    font-size               : 8pt;
    border                  : 0px solid #000000;
}
.menu {
    position                : absolute;
    top                     : 175px;
    width                   : 700px;
    height                  : 110px;
    right                   : 20px;
    border                  : 0px solid #000000;
}
.menu a {
   color:red;
}
.image {
    position                : absolute;
    top                     : 305px;
    width                   : 220px;
    height                  : 335px;
    background-image        : url('images/image-1.png');
    background-repeat       : no-repeat;
    background-position     : 0 0;
    border                  : 0px solid #000000;
}
.table {
    position                : absolute;
    top                     : 305px;
    width                   : 700px;
    min-height              : 335px;
    right                   : 20px;
    border                  : 0px solid #000000;
}
.note {
    width                   : 700px;
    padding-top             : 20px;
    float                   : left;
    border                  : 0px solid #000000;
}
.content {
    padding                 : 10px;
}
