#help_window {
    width: 50%;
    height: 50%;
    position: absolute;
    right: 6%;
    top: 50px;
}

#header {
    position:relative;
    display:block;
    background-image: url("images/help_top_midlle.png");
    height: 24px;
    cursor: move;
    color: white;
    vertical-align: middle;
}

#left_header {
    float:left;
    position:relative;
    width:32px;
    left:0px;
}

#right_header {
    float:right;
    position:relative;
    width:24px;
    right:0px;
}

#center_header {
    margin-left:32px;
    margin-right:32px;
    position:relative;
    display:block;
    height:1%;
}

#content {
    position:relative;
    display:block;
    background: #efefe7;
    border-left: #183484 solid 2px;
    border-right: #183484 solid 1px;
    border-bottom: #183484 solid 2px;
    height:100%;
    overflow: auto;
}