html {
    min-height: 100%;
}
body {
    background-color:#F9F6EF;
    background-image: url(img/indienMap.jpg);
    background-size: contain;
    background-repeat: no-repeat;
}