body, div, h1, h2, h3, h4, h5, h6, p, a, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0; padding: 0; border: 0;
    font-family: Verdana, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    color: #111216;
    text-align:left;
}

body  {
    background-color: #1e1c21;
    width: 100%;
    height: 100%;
}

.bg {
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    overflow: hidden;
    z-index: -999999;
    background: url(bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

