body {
    background: black;
    font-family: sans-serif;
    margin: 0;
    padding: 0;
}
h1, h6 {
    margin: 0;
    font-weight: normal;
}
div#container {
    position: relative;
    min-height: 400px;
    border: none;
    background: black;
    max-width: 1024px;
    min-width: 750px;
    margin: auto;
}
div#first-column,
div#third-column {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 0%;
}
div#first-column-inner,
div#third-column-inner {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: none;
    background: black;
    margin: 0px;
}

div#first-column {
    left: 0;
}
div#third-column {
    right: 0;
}
div#content {
    margin: 0px 0% 0px 0%;
    background: black;
    border: none;
    min-height: 392px;
}
div#header,
div#footer {
    background: black;
    border: none;
    max-width: 994px;
    min-width: 744px;
    margin: auto;
}
div#header {
    border-bottom: none;
}
div#footer {
    border-top: none;
}