  html{
    padding: 0;
    margin : 0;
  }

  body{
    padding: 0;
    margin : 0;
    width:100%;
    text-align:center;
    background: #808080;
    vertical-align: middle;
  }

  img{
    border: solid 0 #000;
  }
  
  .divArea{
    position:absolute;
    border:solid 1px #999;
    width: 200px;
    height: 120px;
  }  
  

  .divControlbar{
    position:absolute;
    top: -40;
    right: 0;

    border:solid 0px #666;
    background:#CCC;
    padding: 5px;
    float: right;
    display:none;
  }
  .divResize{
    position:absolute;
    width:12px;
    height:12px;
    z-index:5;
    font-size:0;    
    cursor:nw-resize;
    right: 0;
    bottom: 0;
    display:none;
  }