/**
 * #duvida
 */

body {
  width:100%;
  height:100%;
}
  #papel {
    width:1280px;
    height:720px;
    border:1px solid #aaa;
    margin:0 auto;
    box-shadow: 3px 5px 8px #aaa;
  }