html {
 background-image:url('background.png');
 background-repeat: no-repeat;
 background-position:center top;
 background-color: #feefc9;
 margin-top:0;
 margin-bottom:0;
 margin-left:0;
 margin-right:0;
}

body {
 background-image:url('stave.png');
 background-repeat: no-repeat;
 background-position: left top;
 min-height: 258px;
 margin-top:0;
 margin-bottom:0;	
 margin-left:0;
 margin-right:0;
}
