Page content is not stretching
CSS code:
<style>
html{
background:url('FileName.jpg') no-repeat center center;
min-height:100%;
background-size:cover;
}
</style>