#nav,
#banner,
#banner_bottom,
#footer {
    display: none;
}

#steps .step {
    float: none;
    clear: both !important;
    display: inline-block;
}

#steps .step:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}