﻿html,
body {
    height: 100%;
}

body {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('/Content/Images/backgound.jpg');
}
