@charset "utf-8";
/* CSS Document */
html,
body {
  height: 100%;
}
body {
	height: 100%;
	background:
        url("p1.png") right top no-repeat,
        url("p2.png") left bottom no-repeat;
	background-size:
		90vw auto,
		90vw auto;
	background-color: #dddddd;
}
h1 {
	display: none;
}