html, body { padding: 0px; margin: 0px; }
body
{
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    background-image: url('images/background.jpg');
    background-position: bottom;
    background-size: cover;
}