#menu {
    position: absolute;
    font-size: 11px;
    font-family: YoonGothic,AppleGothic,lucida grande,trebuchet ms,verdana,trebuchet,sans-serif;
    text-align: left;
    color: #965b0b;
    padding: 0 0 0 10px;
    line-height: 15px;
    background-color: #fff;
    width: 222px;
    vertical-align: top;
    margin-top: -34px;
    padding-bottom: 20px;
    right: 60px;
    top: 0;
}

#header {
    width: 222px;
    height: 40px;
    color: #965b0b;
    text-align: center;
    font-weight: bold;
    padding-top: 20px;
}

#header h1 a {
    font-size: 18px;
    color: #965b0b;
}

#menumiddle {
    padding: 0 10px;
    margin-top: -25px;
    width: 210px;
    background: url(https://www.cnblogs.com/skins/jeolee/images/postit_middle.gif) repeat-y;
}

A:visited {
    color: #965b0b;
}

A:link {
    color: #965b0b;
    text-decoration: none;
}

#notebottom {
    position: relative;
    top: -12px;
    left: -1px;
    background: url(https://www.cnblogs.com/skins/jeolee/images/notebottom.gif) no-repeat;
    background-size: 100%,100%;
    width: 981px;
    height: 70px;
    z-index: -100;
}

#wrap {
    position: relative;
    margin: 0 auto;
    /* margin-top: 100px; */
    padding: 0;
    text-align: left;
    width: 1300px;
    height: 100%;
}

#notetop {
    background: url(https://www.cnblogs.com/skins/jeolee/images/notetop.gif) no-repeat;
    background-size: 100%,100%;
    width: 980px;
    height: 86px;
    color: #999;
    text-align: left;
    font-weight: bold;
    line-height: 34px;
}

#notemiddle {
    padding: 10px 15px 0 15px;
    margin: 0;
    background-color: #fff;
    background: url(https://www.cnblogs.com/skins/jeolee/images/notemiddle.gif) repeat-y;
    background-size: 77.8%,100%;
    width: 1230px;
    height: 100%;
    position: relative;
}

#content {
    width: 890px;
    padding: 0;
    font-size: 12px;
    font-family: YoonGothic,AppleGothic;
    color: #444;
    text-align: left;
    margin: 0 0 0 25px;
    /* margin-right: 15px; */
    /* margin-left: 15px; */
    line-height: 18px;
    background-color: #fff;
    margin-bottom: 10px;
    padding-bottom: 0;
}

body {
    font-size: 12px;
    font-family: YoonGothic,AppleGothic,sans-serif;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    text-align: left;
    background-color: #777;
}