body{
    /*background:linear-gradient(135deg, #222222 0%,#5D6874 100%) fixed;*/
    background: url(Background.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: #464646;
    background-attachment: fixed;
    min-height: 100%;
    margin-bottom: 1000px;
    overflow-x: hidden;
}