.wrapper {
    width: 100%;
    height: 100%;
    margin: auto;
    overflow-x: hidden;
    position: relative;
    background: #263729;
}

.page {
    width: 110%;
    background: #992213;
    position: absolute;
    top:0;
    left: 0;
    height: 900px;
}
#page-1 {
    background: #0C717A;
}
#page-2 {
    background: #009900;
    left:100%;
}
#page-3 {
    background: #0000FF;
    left: 200%;
}
a {
color:#FFF;
}