html {
 height:100%;
 padding:0;
 margin:0;
}
body {
 height:100%;
 background-color:#BEB4A7;
}
#master {
 background-image:url(img/bg.gif);
}
#center {
 width:762px;
 width:974px;
 margin-left:auto;
 margin-right:auto;
}
#menu {
 height:336px;
 width:762px;
}
#navi {
 width:200px;
 padding-top:23px;
 float:right;
 display:inline;
 overflow:hidden;
}
#framediv {
 display:block;
 width:762px;
 overflow:hidden;
}
#footer {
 background-image:url(img/bg_master_footer.gif);
 background-repeat:repeat-x;
 height:105px;
}