* {
    margin: 0;
    padding: 0;
}

html, body {
    width: 100%;
    font-size: 100%;
    background-color: #323232;
}
/*
#wrapper {
    position: 100%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wrap_sec {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background-color: aqua;
}

.sec {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 100%;
    max-width: 1800px;
    background-color: lime;
}

.sec_spacer {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 1em;
    background-color: transparent;
    clear: both;
}
*/