body, html {
    background: #000;
    padding: 0px;
    margin: 0px;
    width:100%;
    height: 100%;
    background-image: url(/common/images/wallpaper-008.png);
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-attachment: fixed;
    -webkit-font-smoothing: antialiased;
}
