body {
    margin: 0;
    padding: 90px 177px 0px 181px;
    color: #000;
    background: #fff;
}

h1 {
    font-size: 18;
    font-family: serif;
}

a#head_menu {
    padding-left: 0px;
    padding-right: 15px;
}

div#header, div#sidebar_left {
    position: absolute;
    left: 0;
    overflow: auto;
}

div#header {
    top: 0;
    z-index: 2;
    width: 100%;
    height: 90px;
    border-bottom: 1px solid #eee;
    color: #000;
    background: #fff;
}

div#google_search {
    position: absolute;
    top: 2px;
    right: 25px;
    z-index: 1;
    width: 366px;
    height: 69px;
    color: #000;
    background: #fff;
}

div#idea_banner {
    position: absolute;
    bottom: 0px;
    left: 6px;
    z-index: 0;
    width: 89px;
    height: 36px;
    color: #000;
    background: #fff;
}

div#byte_code {
    position: absolute;
    top: 25px;
    left: 6px;
    width: 129px;
    height: 539px;
    color: #000;
    background: #fff;
}

div#sidebar_left {
    top: 90px;
    bottom: 0;
    height: auto;
    width: 180px;
    margin: 1px 0 0 0;
    color: #000;
    background: #fff;
    border-right: 1px solid #eee;
}

div#sidebar_right {
    position: absolute;
    overflow: auto;
    right: 0px;
    top: 90px;
    bottom: 0;
    width: 176px;
    margin: 1px 0 0 0;
    color: #000;
    background: #fff;
    border-left: 1px solid #eee;
}

div#content {
    background: #fff;
}

td#tbl_dt {
    padding-left: 10px;
    padding-right: 10px;
}

@media
screen
{
body>div#header, body>div#sidebar_left, body>div#sidebar_right {
    position: fixed;
}

}

@media
print
{
#idea_banner_image {
    visibility: collapse;
}

}

