body {
    background-color: #191a1a;
    filter: progid: DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#191a1a', endColorstr='#191a1b');
    background-size: 100%;
    background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0, #191a1a), color-stop(100%, #191a1b));
    background-image: -webkit-linear-gradient(135deg, #191a1a, #191a1b);
    background-image: -moz-linear-gradient(45deg, #191a1a, #191a1b);
    background-image: -ms-linear-gradient(45deg, #191a1a 0, #191a1b 100%);
    background-image: -o-linear-gradient(45deg, #191a1a, #191a1b);
    background-image: linear-gradient(135deg, #191a1a, #191a1b);
    text-align: center;
    margin: 0px;
    overflow: hidden;
}
