container


  
  #container {
    position: absolute; 
    background-color: #e5ecf9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #7aa5d6;
    overflow: hidden;
  }