@charset "utf-8";
/* CSS Document */

.OutsideDiv{
  min-width: 1680px;
  min-height: 1200px;
  border: none;
  margin: 0px;
  overflow:visible;
  background-image:url(../theme/prana.jpg);
  background-repeat: no-repeat;
  background-attachment:fixed;
  position: absolute;
  left: 0px;
  top: 0px;
 }
 
 .ThemeRightDiv{
  background-image: url(images/rightbanner.png);
  z-index:1;
  float: right;
  width:200px;
  margin: 0px;
  border: none;
  position:absolute;
  display:block;
  top:40px;
  left:790px;

  }
/*  .InSiteBordRight{
  background-image: url(images/blank.gif);
  Background-repeat: repeat-y;
  border-collapse: collapse;
  z-index:11;
  overflow:hidden;
    position:absolute;
  display:block;
  top:40px;
  left:798px;
  
  height:100%;*/
}
