@charset "iso-8859-1";
html, body {
    margin:0;
    padding:0;
    height:100%;
    border:none
}
#div_image {
    width: 100%;
    height: 102%;
    left: 0px;
    top: 0px;
    position: absolute;
    z-index: 0;
    overflow: hidden;
}
#img_bg {
    width: 100%;
    height: 102%;
}
#contents {
    z-index: 1;
    position: absolute;
    padding-top: 4px;
    height: 100%;
    width: 100%;
    overflow: auto;    
}