
html {
margin-left:auto;
margin-right:auto;
}

body {
background-position-x: 35%;
background-position-y: 50%;
background-image:url(bg.png);
background-size:contain;
background-repeat:no-repeat;
margin-bottom:0;
height:100%;
overflow:hidden;
}

