img {
  border: none;
}

html, body {
  margin: 0;
  padding: 0;
  
  height: 100%;
}

body {  
  min-height: 500px;
  min-width: 768px;
  
  background-image: url('/media/layout/logo.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #a7be0b;
}