.frame {
  overflow:hidden;
  overflow-x:hidden;
  overflow-y:hidden;
  height:500;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  right:0px;
  bottom:0px;
}

p {
  background-color: #ffffcc;
}

body { 	  /* ページ全体の設定 */
/*  background-color: #ffffcc;
  background-image: url();*/
  color: #000000;
  background-color: #ffffcc;
  background-image: url("./images/wall.jpg")
  background-repeat: repeat;
}
