body {
	background-image: url(background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

img{
	display: block;
    margin: auto;
    width: 25%;
}

h1{
	font-family: verdana;
	font-size: 20;
	text-align: center;
	padding-top: 10;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
  body {
    background: #999;
    width: 100%;
  }
}