html {
    position: relative;
    min-height: 100%;
}

#main-wrapper {
    width: 1356px;
    position: fixed;
}

#content {
    height: 1920px;
    background-color: black;
    position: relative;
}

body {
    margin: 0;
}
