    body{
      width:100%;
      height:100%;
      margin:0;
      padding:0;
      min-height:900px;
      background-color:#d7dd57;
      font-family:arial;
    }
    #leftbodyframe{
      background-image:url(../images/leftswirl.png);
      background-repeat:no-repeat;
      background-position:top left;
      height:100%;
      width:100%;
      min-width:1250px;
    }
    #rightbodyframe{
      position:relative;
      background-image:url(../images/rightswirl.png);
      background-repeat:no-repeat;
      background-position:top right;
      height:100%;
      width:100%;
      text-align:center;
      padding:1px;
    }
    #wnd{
      margin:77px;
      margin-top:47px;
      min-width:1050px;
    }
    #wnd table{
      border:none;
      margin:0;
      padding:0;
      /* width:100%; */
      /*min-width:900px;*/
      /* height:100%; */
      border-collapse: collapse;
    }
    #wnd table td{
      position:relative;
      padding:0;
      margin:0;
    }
    #wnd td.top{
      background-image:url(../images/wnd_t.png);
      background-repeat:repeat-x;
      height:47px;
    }
    #wnd td.top-left{
      background-image:url(../images/wnd_tl.png);
      background-repeat:no-repeat;
      background-position:top left;
      width:53px;
      height:47px;
      z-index:1000;
    }
    #wnd td.top-right{
      /* background-image:url(../images/wnd_tr.png); */
      background-repeat:no-repeat;
      background-position:top right;
      width:51px;
      height:47px;
      z-index:1001;
    }
    #wnd td.left{
      background-image:url(../images/wnd_l.png);
      background-repeat:repeat-y;
      background-position:left;
      width:53px;
    }
    #wnd td.content{
      background-image:url(../images/bg.png);
      font-size:11pt;
      color:#414008;
      text-align:left;
    }
    #wnd td.content h1{
      margin-top:30px;
      font-size:14pt;
      color:#9aae39;
    }
    #wnd td.content ul.menu{
      list-style: none url();
      text-align:center;
      margin:0; padding:0;
      margin:25px;
      margin-bottom:0;
      color:#7b853c;
      font-size:11.5pt;
      font-weight:bold;
    }
    #wnd td.content ul.menu li{
      display:inline;
      margin:0; padding:0;
    }
    #wnd td.content ul.menu li a{
      margin:10px;
      color:#7b853c;
      text-decoration:none;
    }
    #wnd td.right{
      background-image:url(../images/wnd_right.png);
      background-repeat:repeat-y;
      background-position:right;
      width:51px;
    }
    #wnd td.bottom-left{
      background-image:url(../images/wnd_bl.png);
      background-repeat:no-repeat;
      background-position:bottom left;
      width:53px;
      height:51px;
    }
    #wnd td.bottom{
      background-image:url(../images/wnd_b.png);
      background-repeat:repeat-x;
      background-position:bottom;
      height:51px;
    }
    #wnd td.bottom-right{
      background-image:url(../images/wnd_br.png);
      background-repeat:no-repeat;
      background-position:bottom right;
      width:51px;
      height:51px;
    }
    #wnd td.topnav-left{
      background-image:url(../images/topnav_left.png);
      background-repeat:no-repeat;
      background-position:top left;
      height:55px;
      width:53px;
    }
    #wnd td.topnav-right{
      background-image:url(../images/topnav_right.png);
      background-repeat:no-repeat;
      background-position:top right;
      height:55px;
      width:51px;
    }
    #wnd td.topnav-content{
      /* background-image:url(../images/topnav_content.png); */
      background-repeat:repeat-x;
      background-position:top right;
      height:55px;
      text-align:right;
      z-index:3000;
    }
    #wnd td.topnav-content ul{
      list-style: none url();
      float:right;
      margin:0; padding:0;
      z-index:4000;
    }
    #wnd td.topnav-content ul li{
      display:block;
      position:relative;
      float:left;
      margin-top:15px;
      padding:0;
      z-index:5000;
    }
    #wnd td.topnav-content ul li a{
      font-size:12pt;
      font-weight:bold;
      color:#fff;
      text-decoration: none;
      margin:0; padding:15px;
    }
    #wnd td.topnav-content ul li div.selected{
      display:block;
      background-image:url(../images/menu_selected.png);
      background-repeat:no-repeat;
      background-position:center bottom;
      width:100%;
      z-index:5001;
      position:absolute;
      top:15px;
      height:25px;
    }
    div.tr_img{
      background-image:url(../images/default.default.png);
      background-repeat:no-repeat;
      background-position:top right;
      position:absolute;
      right:2px;
      top:2px; /* should be 2 */
      height:200px;
      height:198px;
      width:316px;
      z-index: 4005;
    }
    div.offer_header{
      background-image:url(../images/offer_more.png);
      background-repeat:no-repeat;
      background-position:top right;
      position:absolute;
      right:318px;
      top:30px;
      height:171px;
      width:327px;
      z-index: 4000;
    }
    #logo{
      background-image:url(../images/logo.png);
      background-repeat:no-repeat;
      background-position:top left;
      position:absolute;
      top:30px;
      left:30px;
      width:371px;
      height:129px;
      z-index: 4001;
    }
    #footer{
      clear:both;
    }
    #footer ul{
      list-style: none url();
      margin:0; padding:0;
      margin-top:20px;
    }
    #footer ul li{
      display:inline;
      padding:0;
      color:#fff;
    }
    #footer ul li span{
      font-weight:bold;
      font-size:12pt;
    }
    #footer ul li a{
      font-size:12pt;
      font-weight:bold;
      color:#9aae39;
      text-decoration: none;
      margin:0; padding:10px;
    }