
body {
    background-color: #FFFFFF;
}

/* ---------- container ---------- */
#container {
    /*width: 1006px;*/
    margin: 0;
    overflow: visible;
}

/* ---------- header ---------- */
#header {
    display: none;
}

/* ------ content wrapper ------ */
#content_wrapper {
    width: 468px;
    height: 1600px;
}

/* ------ content ------ */
#content {
    overflow: visible;
    margin: 0;
    padding: 0;
    width:468px;
}

/* ---------- col left ---------- */
#leftcol {
    display: none;
}

/* ---------- col right ---------- */
#rightcol {
    display: none;
}

/* ---------- footer ---------- */
#footer {
    display: none;
}

