html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    background-color: #ffffff;
}

header {
    padding: 15px 0 0px 0;
}

section#content {
    min-height: 500px;
    padding: 20px;

    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.5);
}

footer {
    height: 60px;
    padding: 20px 0;
    background-color: #3a3a3a;
}
footer * {
    color: #939393;
}

.crop {
    max-width: 1154px;
    min-width: 946px;
    margin: 0 auto 20px auto;
    padding: 0 20px;
}

#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -100px;
}

#push {
    height: 100px;
}

#left-side {}

#center-side {}
.span9>#center-side {}
.span12>#center-side {}

#right-side {}

