html{
    background: url("bg.jpg") no-repeat;
	background-size: cover;
    min-height: 100%;
}

body{
    font:14px/1.5 Arial, Helvetica, sans-serif;
    margin:0;
    display: ;
    height: 100vh;
    align-items: stretch;
}