﻿html {
    /*background: #e2e2e2;*/
    /*background-color: #7ac0da;
        background-image: -ms-linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        background-image: -o-linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0, #7ac0da), color-stop(1, #a4d4e6));
        background-image: -webkit-linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);
        background-image: linear-gradient(bottom, #7ac0da 0%, #a4d4e6 100%);*/
}
