html, body {
margin: 0px;
padding: 0px;
}

body {
  background-color: #E73325;
}


A#logo {
width: 130px;
height: 91px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

A#girl {
 width: 449px;
 height: 800px;
  background-image:url('images/love-girl.png');
  background-repeat: no-repeat;
  background-position: top center;
  margin-left: auto ;
  margin-right: auto ;
  display: block;
}



